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/Exec/Start/index.html
Module Exec.Start
Source
Parameters
module SF : Types.STATE_FACTORY
module W : Types.WORKLIST
Signature
Source
type t = {
mutable code : section Binsec.Imap.t;
(*set of executable sections
*)rocache : label Binsec.Virtual_address.Htbl.t;
(*instruction cache for RX sections
*)cache : label OMap.t Binsec.Virtual_address.Htbl.t;
(*instruction cache for RWX sections
*)mutable worklist : thunk W.t;
(*worklist of pending path
*)mutable tid : int;
(*the next unique task identifier
*)tasks : unit Libsse.Types.I.Htbl.t;
(*set of tasks to perform
*)
}
Source
val transient_instruction :
'a. 'a mode ->
int ->
int ->
max_depth:int ->
State.t ->
Binsec.Virtual_address.t ->
'a
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page