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
-
BBenoit Boero
-
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
-
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.1.tbz
sha256=bb48234a4b60a872015a88282df4873f01dcc984753d49ad2583d49c1ae7d705
sha512=e8aa47a736b83bfd47d5b5e96d0988859b4873ad4a112fee7cd21d02bc72ecec61b7de610a959e38d2f2f5eef8082a2c100c201e5eae5ae3a880c747dce6ae63
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)"
>