package binsec
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
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
-
MManh-Dung Nguyen
-
MMathéo Vergnolle
-
MMathilde Ollivier
-
MMatthieu Lemerre
-
OOlivier Nicole
-
RRichard Bonichon
-
RRobin David
-
SSébastien Bardin
-
SSoline Ducousso
-
TTa Thanh Dinh
-
YYaëlle Vinçont
Maintainers
Sources
binsec-0.6.0.tbz
sha256=e9101e68d317c837d5cff9608c6fba2127dd31ef6373b9b90806780c1d80bb52
sha512=c01af277239b8cc84fb904c301897f7d2388a8c850c7cb6a53acb8a4f8d51115c8a595c5517843d076421a76f4b2becb16e722b4c90f19a8fa208cce5f3ba274
doc/binsec/Binsec/Directive/index.html
Module Binsec.Directive
Directives are general located goals that one would like to achieve during an * analysis
module Action : sig ... endmodule Choice : sig ... endmodule Count : sig ... endtype d = private | Reach of Count.t * Dba.Expr.t * Action.t list| Enumerate of int * Dba.Expr.t| Cut of Dba.Expr.t| Assume of Dba.Expr.t| Assert of Dba.Expr.t| Choice of Choice.t
val loc : t -> Dba.Expr.tval addr : t -> Virtual_address.tval pp : Format.formatter -> t -> unitConstructors
val reach :
?n:int ->
?guard:Dba.Expr.t ->
?actions:Action.t list ->
loc:Dba.Expr.t ->
unit ->
tval reach_all :
?guard:Dba.Expr.t ->
?actions:Action.t list ->
loc:Dba.Expr.t ->
unit ->
tval enumerate : ?n:int -> Dba.Expr.t -> loc:Dba.Expr.t -> unit -> tval enumerate_all : Dba.Expr.t -> loc:Dba.Expr.t -> unit -> tval cut : ?guard:Dba.Expr.t -> loc:Dba.Expr.t -> unit -> tval assume : Dba.Expr.t -> loc:Dba.Expr.t -> unit -> tval dynamic_assert : Dba.Expr.t -> loc:Dba.Expr.t -> unit -> tval choose : alternate:bool -> side:Choice.side -> dval choose_alternative : ?alternate:bool -> loc:Dba.Expr.t -> unit -> tval choose_consequent : ?alternate:bool -> loc:Dba.Expr.t -> unit -> tval is_choice : t -> boolval reloc : Dba.Expr.t -> t -> t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page