···
2
+
synopsis: "Semantic analysis of binary executables"
5
+
BINSEC aims at developing an open-source platform filling the gap between formal
6
+
methods over executable code and binary-level security analyses currently used
7
+
in the security industry.
9
+
The project targets the following applicative domains:
11
+
vulnerability analyses
12
+
malware comprehension
14
+
binary-level verification
16
+
BINSEC is developed at CEA List in scientfic collaboration with Verimag and LORIA.
18
+
An overview of some BINSEC features can be found in our SSPREW'17 tutorial."""
19
+
maintainer: ["BINSEC <binsec@saxifrage.saclay.cea.fr>"]
29
+
"Mahmudul Faisal Al Ameen"
44
+
license: "LGPL-2.1-or-later"
46
+
"binary code analysis"
47
+
"symbolic execution"
49
+
"program verification"
50
+
"formal specification"
51
+
"automated theorem prover"
53
+
"abstract interpretation"
58
+
homepage: "https://binsec.github.io"
59
+
bug-reports: "mailto:binsec@saxifrage.saclay.cea.fr"
63
+
"menhir" {build & >= "20181113"}
64
+
"ocamlgraph" {>= "1.8.5"}
69
+
"ounit2" {with-test & >= "2"}
70
+
"qcheck" {with-test & >= "0.7"}
71
+
"ocamlformat" {with-dev-setup & = "0.26.1"}
74
+
depopts: ["curses" "llvm" "unisim_archisec" "bitwuzla" "bitwuzla-cxx" "z3"]
76
+
"llvm" {< "6.0.0" | >= "16.0.0"}
77
+
"bitwuzla" {< "1.0.4"}
78
+
"bitwuzla-cxx" {< "0.4"}
80
+
"unisim_archisec" {< "0.0.6"}
83
+
["dune" "subst"] {dev}
91
+
"--promote-install-files=false"
93
+
"@runtest" {with-test}
96
+
["dune" "install" "-p" name "--create-install-files" name]
98
+
dev-repo: "git+https://github.com/binsec/binsec.git"
99
+
available: [ arch = "x86_64" | arch = "ppc64" | arch = "arm64" | arch = "sparc64" ]
102
+
"https://github.com/binsec/binsec/releases/download/0.10.0/binsec-0.10.0.tbz"
104
+
"sha256=f9f66dc2a16f10d4afc9599ce76f19d3868fca184b42f2a28bc81b37089be68f"
105
+
"sha512=bc56322323d1c56870bb8618c9eeed95fa7eb0ba8bde3c9ea9fe86627ecb1c97abc610401e3af7662c9f9386719be284d7144c5af5d39b3f64c63e2b2cdecb1d"
108
+
x-commit-hash: "c0185a821fea6d2d92085929bcd0a5fbae159676"