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
-
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.2.tbz
sha256=5e1d0f26a567df4abcbeb964b454cf8b2c8484194ff2d9639bdeb94d63edcb3b
sha512=a638c665407fde9aadbd57a7b9f84260db8f03c0cbf65722732d43dfc93122d801e31977e0ba7cd249b340262caf216bca746a3520d0e01d487a5baf6a6c77e6
doc/binsec.sse/Libsse/Fiber/index.html
Module Libsse.FiberSource
Source
type 'a t = | Hook : {addr : Binsec.Virtual_address.t;info : string;mutable succ : [ `All ] t;
} -> [< `Label | `All ] t| Exec : {addr : Binsec.Virtual_address.t;info : string;n : int;others : (Binsec.Virtual_address.t * string) list;mutable succ : [ `All ] t;
} -> [< `Label | `All ] t| Assign : {var : Libsse.Types.Var.t;rval : Libsse.Types.Expr.t;mutable succ : [ `All ] t;
} -> [< `All ] t| Clobber : {var : Libsse.Types.Var.t;mutable succ : [ `All ] t;
} -> [< `All ] t| Load : {var : Libsse.Types.Var.t;base : Types.A.t;dir : Binsec.Machine.endianness;addr : Libsse.Types.Expr.t;mutable succ : [ `All ] t;
} -> [< `All ] t| Store : {base : Types.A.t;dir : Binsec.Machine.endianness;addr : Libsse.Types.Expr.t;rval : Libsse.Types.Expr.t;mutable succ : [ `All ] t;
} -> [< `All ] t| Symbolize : {var : Libsse.Types.Var.t;mutable succ : [ `All ] t;
} -> [< `All ] t| Assume : {test : Libsse.Types.Expr.t;mutable succ : [ `All ] t;
} -> [< `Assume | `All ] t| Assert : {test : Libsse.Types.Expr.t;mutable succ : [ `All ] t;
} -> [< `Assert | `All ] t| Branch : {test : Libsse.Types.Expr.t;mutable taken : [ `All ] t;mutable fallthrough : [ `All ] t;
} -> [< `Branch | `All ] t| Goto : {addr : Binsec.Virtual_address.t;mutable preds : [ `All ] t list;
} -> [< `All ] t| Jump : Libsse.Types.Expr.t -> [< `Jump | `All ] t| Halt : [< `All ] t| Probe : {} -> [< `Probe | `All ] t| Cut : [< `All ] t| Die : string -> [< `All ] t
Source
val mk_cut :
Binsec.Virtual_address.t ->
string ->
Libsse.Types.Expr.t option ->
[ `All ] t ->
[ `Label ] tSource
val mk_assume :
Binsec.Virtual_address.t ->
string ->
Libsse.Types.Expr.t ->
[ `All ] t ->
[ `Label ] tSource
val mk_assert :
Binsec.Virtual_address.t ->
string ->
Libsse.Types.Expr.t ->
[ `All ] t ->
[ `Label ] tSource
val mk_reach :
Binsec.Virtual_address.t ->
string ->
int ->
Libsse.Types.Expr.t option ->
int ->
Types.Output.t list ->
[ `All ] t ->
[ `Label ] tSource
val mk_enumerate :
Binsec.Virtual_address.t ->
string ->
int ->
Types.Output.format ->
Libsse.Types.Expr.t ->
int ->
[ `All ] t ->
[ `Label ] t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>