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.3.tbz
sha256=05c507b9b2d96387499eb5c8be676db6be1604a9941e367fc19b8da90ea903be
sha512=e18c5d5e65e53a912b54948a8c66723023acdc84ff26edb627d6f88272447d277f379d51b567523a242b17036c5a44fc94861587d8bd3b08e077782073de4bee
doc/binsec/Binsec/Dba/index.html
Module Binsec.Dba
Definition of DBA type
An id
is a local identifier which characterizes an atomic instruction inside a Dba.block
A DBA address
is the association of a DBA block address represented by base
and a unique id
. The first element of a block has id
0
.
type addresses = address list
type 'a jump_target =
| JInner of 'a
(*Jump inside the same block, to a label
*)| JOuter of address
(*Jump outside the block to its first element
*)
module Unary_op : sig ... end
module Binary_op : sig ... end
module Var : sig ... end
module Expr : sig ... end
type exprs = Expr.t list
module LValue : sig ... end
module Tag : sig ... end
module Jump_target : sig ... end
module Instr : sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>