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.1.tbz
sha256=a6ccc9c0a756f6056a5bf6a2f602d59690944f4164cc180d0082c36f081e7e94
sha512=cd85654f94da9ce8fedab746c557c326821cc7932005337303607e0c52d7caf403655fc1000b34d32f1f2606ab1b3d079b9057346ef0a2f88057e0dd7b412cce
doc/libterm/Libterm/Api_solver/SafeArray/argument-1-F/index.html
Parameter SafeArray.F
An incremental solver instance.
Parameters
Signature
val assert_formula : Bl.t -> unit
assert_formula bl
assert the boolean entry in the solver instance.
pop ()
discard all the assertions since the last backup point, restoring the solver context in the same state as before the push ()
. Invalid uses may fail in an unpredictable fashion.
val check_sat : ?timeout:float -> unit -> Libsolver.status
check_sat ()
checks if the current formula is satisfiable.
val check_sat_assuming : ?timeout:float -> Bl.t -> Libsolver.status
check_sat_assuming e
checks if the current formula is satisfiable with the assumtion e
.
val get_bv_value : Bv.t -> Z.t
get_bv_value expr
returns the assignment of the expression expr
if check_sat
returned Sat
. Invalid uses may fail in an unpredictable fashion.
val fold_ax_values : (Z.t -> Z.t -> 'a -> 'a) -> Ax.t -> 'a -> 'a
fold_ax_values f ax v
iter through the assignment of the array ax
if check_sat
returned Sat
. Invalid uses may fail in an unpredictable fashion.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page