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.8.1.tbz
sha256=94090e05906c7a0559f60d2c65dbe167eb5953a2338b958b71911c1c81dd9ffd
sha512=6f52f8918c3c242f1346ebdc244f80744966112b935e00519e5d4d5acc040f8e2d2c54ff6b172cf5eb34b9bf7366de085605de88fcc15c43f34abce39ed34220
doc/binsec.sse/Libsse/Fiber/module-type-S/index.html
Module type Fiber.SSource
type 'a t = | Debug : {msg : string;mutable succ : [ `All ] t;
} -> [< `All ] t| Print : {output : Types.Output.t;mutable succ : [ `All ] t;
} -> [< `All ] t| Step : {addr : Binsec.Virtual_address.t;n : int;mutable succ : [ `All ] t;
} -> [< `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 : Binsec.Virtual_address.t -> [< `All ] t| Jump : Libsse.Types.Expr.t -> [< `Jump | `All ] t| Halt : [< `All ] t| Probe : {} -> [< `Probe | `All ] t| Builtin : {} -> [ `All ] t| Cut : [< `All ] t| Die : string -> [< `All ] t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>