package binsec
Semantic analysis of binary executables
Install
Dune 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.7.1.tbz
sha256=2f990f80ebd06b71af4fde46c6a248eb74d52c6f46be63bdf97d99f72589db13
sha512=38d93ae20ae58e10027eb0f7669d3ab960ddc640526018fc94008ccd6cb63ec99030d0ee39dfb9cbd0d5e144db4615c9027bd2adcb197fc75676c45dbb54f836
doc/binsec/Binsec/Dba/Instr/index.html
Module Dba.Instr
type t = private
| Assign of LValue.t * Expr.t * id
| SJump of id jump_target * tag
| DJump of Expr.t * tag
| If of Expr.t * id jump_target * id
| Stop of state option
| Assert of Expr.t * id
| Assume of Expr.t * id
| Nondet of LValue.t * id
| Undef of LValue.t * id
(*value of lval is undefined ** e.g. AF flag for And instruction in x86 *
*)
Constructors
assign lv e successor_id
creates the assignment of expression e
to l-value lv
, going to DBA instruction successor id
val ite : Expr.t -> id Jump_target.t -> int -> t
val static_jump : ?tag:Tag.t -> id Jump_target.t -> t
val static_outer_jump : ?tag:Tag.t -> Virtual_address.t -> t
val call : return_address:address -> id Jump_target.t -> t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page