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.symbolic/Binsec_symbolic/Path/Make/Value/index.html
Module Make.ValueSource
type t = valueA symbolic value.
Creation
val constant : Binsec_kernel.Bitvector.t -> tconstant v creates a value that evaluates to the Binsec_kernel.Bitvector v.
val zero : tzero shorthand for constant Binsec_kernel.Bitvector.zero.
var i n s creates a (first-order) constant value of s bits, named n and uniquely identified by i.
val unary : State.unary State.operator -> t -> tunary o v returns the application of the unary operator o applied to the value v.
val binary : State.binary State.operator -> t -> t -> tbinary o v1 v2 returns the application of the binary operator o applied to the values v1 and v2.
ite cond if_term else_term returns the value that evaluates to if_term if cond is true, or else_term otherwise.
Inspection
val is_symbolic : t -> boolis_symbolic v returns true if the v does not syntactically evaluate to constant Binsec_kernel.Bitvector.t.
val is_zero : t -> State.trileanval sizeof : t -> intsizeof v returns the size in bits of the value v.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page