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.sse/Libsse/Fiber/index.html
Module Libsse.Fiber
Source
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 ] t
Source
val mk_assume :
Binsec.Virtual_address.t ->
string ->
Libsse.Types.Expr.t ->
[ `All ] t ->
[ `Label ] t
Source
val mk_assert :
Binsec.Virtual_address.t ->
string ->
Libsse.Types.Expr.t ->
[ `All ] t ->
[ `Label ] t
Source
val mk_reach :
Binsec.Virtual_address.t ->
string ->
int ->
Libsse.Types.Expr.t option ->
int ->
Types.Output.t list ->
[ `All ] t ->
[ `Label ] t
Source
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)"
>