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
-
MMahmudul Faisal Al Ameen
-
MManh-Dung Nguyen
-
MMathéo Vergnolle
-
MMathilde Ollivier
-
MMatthieu Lemerre
-
NNicolas Bellec
-
OOlivier Nicole
-
RRichard Bonichon
-
RRobin David
-
SSébastien Bardin
-
SSoline Ducousso
-
TTa Thanh Dinh
-
YYaëlle Vinçont
-
YYanis Sellami
Maintainers
Sources
binsec-0.10.1.tbz
sha256=87d4048c9a90c8a14ee029e77d31032a15427f06416a31938cec8a68394234c4
sha512=6a023d2a5c87c56b0aac489874431d8dcccee1451a072a826190be3a7f75a961688bab95f193f494231744abc3bc9733ab5c809057d36a5e4d24c6c29c369144
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)"
>