package binsec
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
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.11.0.tbz
sha256=4cf70a0367fef6f33ee3165f05255914513ea0539b94ddfef0bd46fc9b42fa8a
sha512=cd67a5b7617f661a7786bef0c828ee55307cef5260dfecbb700a618be795d81b1ac49fc1a18c4904fd2eb8a182dc862b0159093028651e78e7dc743f5babf9e3
doc/binsec.base/Binsec_base/Term/Make/index.html
Module Term.MakeSource
Parameters
module A : Sigs.HASHABLEmodule B : Sigs.HASHABLESignature
Source
type 'a op = 'a operator = | Not : unary op| Sext : size -> unary op| Uext : size -> unary op| Restrict : int interval -> unary op| Plus : binary op| Minus : _ op| Mul : binary op| Udiv : binary op| Urem : binary op| Sdiv : binary op| Srem : binary op| Or : binary op| And : binary op| Xor : binary op| Concat : binary op| Lsl : binary op| Lsr : binary op| Asr : binary op| Rol : binary op| Ror : binary op| Eq : binary op| Diff : binary op| Ule : binary op| Ult : binary op| Uge : binary op| Ugt : binary op| Sle : binary op| Slt : binary op| Sge : binary op| Sgt : binary op
Source
type ('k, 'a, 'b) term = private ('k, 'a, 'b) t = | Var : {hash : int;size : size;name : string;label : 'a;
} -> ([< `Var | `Loc | `Exp ], 'a, _) term| Load : {hash : int;len : size;dir : endianness;mutable addr : ([ `Exp ], 'a, 'b) term;label : 'b;
} -> ([< `Mem | `Loc | `Exp ], 'a, 'b) term| Cst : Bitvector.t -> ([< `Cst | `Exp ], _, _) term| Unary : {} -> ([< `Unary | `Exp ], 'a, 'b) term| Binary : {hash : int;size : size;f : binary operator;mutable x : ([ `Exp ], 'a, 'b) term;mutable y : ([ `Exp ], 'a, 'b) term;
} -> ([< `Binary | `Exp ], 'a, 'b) term| Ite : {hash : int;size : size;mutable c : ([ `Exp ], 'a, 'b) term;mutable t : ([ `Exp ], 'a, 'b) term;mutable e : ([ `Exp ], 'a, 'b) term;
} -> ([< `Ite | `Exp ], 'a, 'b) term
Smart constructors
constant bv creates a constant expression from the bitvector bv.
binary f x y creates a binary application of f on x and y.
shift_(left|right) e q shifts expression e by quantity q, padding with zeroes
restrict lo hi e creates Dba.ExprUnary(Restrict(lo, hi), e) if hi >= lo && lo >=0.
Specific constants
ones n creates a constant expression of value 1 with length n. I.e.; it has (n - 1) zeros in binary.
Utils
Raw constructors
_unary f x creates a unary application of f on x.
_binary f x y creates a binary application of f on x and y.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page