···
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"
59
+
"ocaml" {>= "4.09" & < "5"}
60
+
"menhir" {build & >= "20181113"}
61
+
"ocamlgraph" {>= "1.8.5"}
65
+
"ounit2" {with-test & >= "2"}
66
+
"qcheck" {with-test & >= "0.7"}
69
+
depopts: ["curses" "llvm" "unisim_archisec" "bitwuzla"]
72
+
"bitwuzla" {< "1.0.4"}
75
+
["dune" "subst"] {dev}
83
+
"--promote-install-files=false"
85
+
"@runtest" {with-test}
88
+
["dune" "install" "-p" name "--create-install-files" name]
90
+
dev-repo: "git+https://github.com/binsec/binsec.git"
91
+
available: [ arch = "x86_64" | arch = "ppc64" | arch = "arm64" | arch = "sparc64" ]
94
+
"https://github.com/binsec/binsec/releases/download/0.7.4/binsec-0.7.4.tbz"
96
+
"sha256=ee45b9a6d54aebfb2b860c8fa7548ad85afbf1da3fe65cee10529c8a0934b8d6"
97
+
"sha512=493658d337a96bf6ac7b54b162717aeb31c527348a50552bad8f9b0f3f08791295e89c09b02b3f1c8cfa3913d57625c791e4e80322477e2a5f974ca7d85d57ae"
100
+
x-commit-hash: "c572d928755d1b025f21066dc7aa520eb21bbb83"