package binsec
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
sha256=f9f66dc2a16f10d4afc9599ce76f19d3868fca184b42f2a28bc81b37089be68f
sha512=bc56322323d1c56870bb8618c9eeed95fa7eb0ba8bde3c9ea9fe86627ecb1c97abc610401e3af7662c9f9386719be284d7144c5af5d39b3f64c63e2b2cdecb1d
Description
BINSEC aims at developing an open-source platform filling the gap between formal methods over executable code and binary-level security analyses currently used in the security industry.
The project targets the following applicative domains:
vulnerability analyses
malware comprehension
code protection
binary-level verification
BINSEC is developed at CEA List in scientfic collaboration with Verimag and LORIA.
An overview of some BINSEC features can be found in our SSPREW'17 tutorial.
Tags
binary code analysis symbolic execution deductive program verification formal specification automated theorem prover plugins abstract interpretation dataflow analysis linking disassemblyPublished: 20 Feb 2025
README
BINSEC
BINSEC is an open-source toolset to help improve software security at the binary level. It relies on cutting-edge research in binary code analysis, at the intersection of formal methods, program analysis, security and software engineering. It is powered up by state-of-the-art techniques such as binary-level formal methods, symbolic execution, abstract interpretation, SMT solving and fuzzing.
Website
More information about BINSEC is available at: https://binsec.github.io/
Getting started
See install instructions.
Then, have a look at user documentation for command examples.
Contributing
Found a bug or want to make a suggestion, check how to contribute improving BINSEC.
Dependencies (8)
-
toml
>= "6"
- grain_dypgen
- dune-site
-
zarith
>= "1.4"
-
ocamlgraph
>= "1.8.5"
-
menhir
build & >= "20181113"
-
ocaml
>= "4.11"
-
dune
>= "3.0"
Dev Dependencies (4)
-
odoc
with-doc
-
ocamlformat
with-dev-setup & = "0.26.1"
-
qcheck
with-test & >= "0.7"
-
ounit2
with-test & >= "2"
Used by
None
Conflicts (5)
-
unisim_archisec
< "0.0.6"
-
z3
< "4.8.13"
-
bitwuzla-cxx
< "0.4"
-
bitwuzla
< "1.0.4"
-
llvm
< "6.0.0" | >= "16.0.0"