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.10.1.tbz
sha256=87d4048c9a90c8a14ee029e77d31032a15427f06416a31938cec8a68394234c4
sha512=6a023d2a5c87c56b0aac489874431d8dcccee1451a072a826190be3a7f75a961688bab95f193f494231744abc3bc9733ab5c809057d36a5e4d24c6c29c369144
doc/src/binsec.smt/smt_options.ml.html
Source file smt_options.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
(**************************************************************************) (* This file is part of BINSEC. *) (* *) (* Copyright (C) 2016-2025 *) (* CEA (Commissariat à l'énergie atomique et aux énergies *) (* alternatives) *) (* *) (* you can redistribute it and/or modify it under the terms of the GNU *) (* Lesser General Public License as published by the Free Software *) (* Foundation, version 2.1. *) (* *) (* It is distributed in the hope that it will be useful, *) (* but WITHOUT ANY WARRANTY; without even the implied warranty of *) (* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *) (* GNU Lesser General Public License for more details. *) (* *) (* See the GNU Lesser General Public License version 2.1 *) (* for more details (enclosed in the file licenses/LGPLv2.1). *) (* *) (**************************************************************************) include Cli.Options (struct let shortname = "smt" let name = "Static Symbolic Execution" end) type solver = | Auto (* try to use the best SMT solver available; in order *) | Bitwuzla_builtin (* bitwuzla native ocaml binding (cxx) *) | Bitwuzla_legacy (* bitwuzla native ocaml binding (c) *) | Bitwuzla_smtlib (* bitwuzla external process *) | Boolector_smtlib (* boolector external process *) | Z3_builtin (* z3 native ocaml binding *) | Z3_smtlib (* z3 external process *) | CVC4_smtlib (* cvc4 external process *) | Yices_smtlib (* yices external process *) module SMTSolver = Builder.Variant_choice_assoc (struct type t = solver let assoc_map = [ ("auto", Auto); ("bitwuzla", Bitwuzla_smtlib); ("bitwuzla:native", Bitwuzla_legacy); ("bitwuzla:legacy", Bitwuzla_legacy); ("bitwuzla:builtin", Bitwuzla_builtin); ("bitwuzla:smtlib", Bitwuzla_smtlib); ("boolector", Boolector_smtlib); ("boolector:smtlib", Boolector_smtlib); ("z3", Z3_smtlib); ("z3:builtin", Z3_builtin); ("z3:smtlib", Z3_smtlib); ("cvc4", CVC4_smtlib); ("cvc4:smtlib", CVC4_smtlib); ("yices", Yices_smtlib); ("yices:smtlib", Yices_smtlib); ] let default = Auto let name = "solver" let doc = "Manually set the SMT solver to use." end) module KeepGoing = Builder.False (struct let name = "keep-going" let doc = "Ignore errors returned by the SMT solver. Default is to abort." end) module SMT_dir = Builder.String_option (struct let name = "dir" let doc = "set directory to cache smt scripts" end) module SMT_log_directory = Builder.String (struct let name = "dump-dir" let doc = "Set directory where unsolved SMT scripts are dumped" let default = "binsec_smtdump" end)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>