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
-
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.8.0.tbz
sha256=81859d54721969893aabcb5b16ff41d0698f8c24799d8357ec7b1c10cd5ebf94
sha512=580561e70189b3c77bf09364ad393750263b5cfb36dce01aa7cd34ea4d4ebcc9085a52f18b7514e4046d51b488f2dfc5271aea8259c7cbce1534b880cf76bb6e
doc/binsec.sse/Libsse/Script/Expr/index.html
Module Script.ExprSource
type t = | Int of Z.t| Bv of Binsec.Bitvector.t| Symbol of Binsec.Ast.Symbol.t Binsec.Ast.loc| Loc of Binsec.Ast.Loc.t Binsec.Ast.loc| Unary of Binsec.Dba.Unary_op.t * t Binsec.Ast.loc| Binary of Binsec.Dba.Binary_op.t * t Binsec.Ast.loc * t Binsec.Ast.loc| Ite of t Binsec.Ast.loc * t Binsec.Ast.loc * t Binsec.Ast.loc
val zero : tval one : tval succ : t Binsec.Ast.loc -> tval constant : Binsec.Bitvector.t -> tval symbol : Binsec.Ast.Symbol.t Binsec.Ast.loc -> tval loc : Binsec.Ast.Loc.t Binsec.Ast.loc -> tval add : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval sub : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval mul : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval neg : t Binsec.Ast.loc -> tval udiv : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval umod : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval sdiv : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval smod : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval logand : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval logor : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval lognot : t Binsec.Ast.loc -> tval logxor : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tinclude Binsec.Sigs.COMPARISON
with type t := t Binsec.Ast.loc
and type boolean := t
val equal : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval diff : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval ule : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval uge : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval ult : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval ugt : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval sle : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval sge : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval slt : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval sgt : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval shift_left : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval shift_right : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval shift_right_signed : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval rotate_left : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval rotate_right : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval sext : int -> t Binsec.Ast.loc -> tval uext : int -> t Binsec.Ast.loc -> tval restrict : hi:int -> lo:int -> t Binsec.Ast.loc -> tval append : t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval ite : t Binsec.Ast.loc -> t Binsec.Ast.loc -> t Binsec.Ast.loc -> tval pp : Format.formatter -> t -> unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>