···
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>"]
41
+
license: "LGPL-2.1-or-later"
43
+
"binary code analysis"
44
+
"symbolic execution"
46
+
"program verification"
47
+
"formal specification"
48
+
"automated theorem prover"
50
+
"abstract interpretation"
55
+
homepage: "https://binsec.github.io"
56
+
bug-reports: "mailto:binsec@saxifrage.saclay.cea.fr"
60
+
"menhir" {build & >= "20181113"}
61
+
"ocamlgraph" {>= "1.8.5"}
66
+
"ounit2" {with-test & >= "2"}
67
+
"qcheck" {with-test & >= "0.7"}
68
+
"ocamlformat" {with-dev-setup & = "0.26.1"}
71
+
depopts: ["curses" "llvm" "unisim_archisec" "bitwuzla"]
73
+
"llvm" {< "6.0.0" | >= "16.0.0"}
74
+
"bitwuzla" {< "1.0.4"}
75
+
"unisim_archisec" {< "0.0.6"}
78
+
["dune" "subst"] {dev}
86
+
"--promote-install-files=false"
88
+
"@runtest" {with-test}
91
+
["dune" "install" "-p" name "--create-install-files" name]
93
+
dev-repo: "git+https://github.com/binsec/binsec.git"
94
+
available: [ arch = "x86_64" | arch = "ppc64" | arch = "arm64" | arch = "sparc64" ]
97
+
"https://github.com/binsec/binsec/releases/download/0.8.2/binsec-0.8.2.tbz"
99
+
"sha256=b8e7b9c756245656c481e992549fb7b1864ee6eeb492e16488e7a9d962d39cdb"
100
+
"sha512=07a5e4105e5275751fcc6832743f5f9eedc72bd061273ec54c4466135032852120df3784ba571656c788e5f3cd971aad8a53f030336a364e77e940e26dff38d7"
103
+
x-commit-hash: "6a27aec3f314e5790e2295db2d60ec877f975481"