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.4.tbz
sha256=ee45b9a6d54aebfb2b860c8fa7548ad85afbf1da3fe65cee10529c8a0934b8d6
sha512=493658d337a96bf6ac7b54b162717aeb31c527348a50552bad8f9b0f3f08791295e89c09b02b3f1c8cfa3913d57625c791e4e80322477e2a5f974ca7d85d57ae
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 : (bool * [ `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)"
>