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
-
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.9.0.tbz
sha256=d959c2351b6cac10ffbdaf112769a676c9ad84bf6bc7fefa5cb1daa8d086cc97
sha512=1a3951896f05fb3a4cb05e81830373c75409a69c49323dc82e97c94889927b5f9561e704565a22c2a608842f67063d6c89a330477165b197a40d6ac231c09a7e
doc/libformula/Libformula/Sse_symbolic/State/argument-1-S/index.html
Parameter State.S
val open_session : unit -> t
open_session ()
creates a new incremental solver instance.
val put : t -> Binsec.Formula.entry -> unit
put solver entry
sends the entry to the solver.
val check_sat : t -> Binsec.Formula.status
check_sat solver
checks if the current formula is satisfiable.
val get_bv_value : t -> Binsec.Formula.bv_term -> Binsec.Bitvector.t
get_bv_value solver expr
returns the assignment of the expression expr
if check_sat
returned SAT. Invalid uses may fail in an unpredictable fashion.
val get_ax_values :
t ->
Binsec.Formula.ax_term ->
(Binsec.Bitvector.t * Binsec.Bitvector.t) array
get_ax_values solver expr
returns the assignment of the array expr
if check_sat
returned SAT. Invalid uses may fail in an unpredictable fashion.
val close_session : t -> unit
close_session solver
will destroy the solver instance and release its ressources. Calling any function on this instance afterward is invalid and may fail in an unpredictable fashion.
val check_sat_and_close : t -> Binsec.Formula.status
check_sat_and_close solver
is the same as caching the result of check_sat
before calling close_session
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>