package binsec
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Semantic analysis of binary executables
Install
dune-project
Dependency
Authors
-
AAdel Djoudi
-
BBenjamin Farinier
-
CChakib Foulani
-
DDorian Lesbre
-
FFrédéric Recoules
-
GGuillaume Girol
-
JJosselin Feist
-
LLesly-Ann Daniel
-
MMahmudul Faisal Al Ameen
-
MManh-Dung Nguyen
-
MMathéo Vergnolle
-
MMathilde Ollivier
-
MMatthieu Lemerre
-
NNicolas Bellec
-
OOlivier Nicole
-
RRichard Bonichon
-
RRobin David
-
SSébastien Bardin
-
SSoline Ducousso
-
TTa Thanh Dinh
-
YYaëlle Vinçont
-
YYanis Sellami
Maintainers
Sources
binsec-0.11.0.tbz
sha256=4cf70a0367fef6f33ee3165f05255914513ea0539b94ddfef0bd46fc9b42fa8a
sha512=cd67a5b7617f661a7786bef0c828ee55307cef5260dfecbb700a618be795d81b1ac49fc1a18c4904fd2eb8a182dc862b0159093028651e78e7dc743f5babf9e3
doc/binsec.sse/Binsec_sse/Compiler/index.html
Module Binsec_sse.CompilerSource
Source
type 'a primitive = 'a Types.primitive = | Unknown| Apply of 'a -> unit| Call of 'a -> 'a Types.continuation
Source
type 'a knowledge = | May_read : Binsec_kernel.Dba_types.Var.Set.t option knowledge(*The (overapproximed) set of all variables a builtin may access. Variables that are not in this set may have an undefined value.
*)Nonemeans any variable may be read.| May_write : Binsec_kernel.Dba_types.Var.Set.t option knowledge(*The (overapproximed) set of all variables a builtin may modify. Absent variables are deemed to keep the same value.
*)
Information to be used by optimization.
Source
val relink :
?taken:bool ->
pred:([ `All ], 'a) Types.fiber ->
([ `All ], 'a) Types.fiber ->
unitSource
val make_config :
?debug:trace ->
echo:('a -> string -> unit) ->
step:('a -> Binsec_kernel.Virtual_address.t -> int -> unit) ->
(module Types.PATH with type t = 'a) ->
(module ASSEMBLER) ->
'a configSource
val set_annotation_printer :
'a config ->
(Format.formatter -> Binsec_kernel.Virtual_address.t -> unit) option ->
unitSource
val create :
'a config ->
?killset:(Binsec_sse.Ir.View.vertex -> Binsec_kernel.Dba_types.Var.Set.t) ->
?fibers:'a cache ->
Binsec_sse.Ir.View.t ->
'a t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>