···
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
+
"llvm" {>= "13.0.0"}
73
+
"bitwuzla" {< "1.0.1"}
76
+
["dune" "subst"] {dev}
84
+
"--promote-install-files=false"
86
+
"@runtest" {with-test}
89
+
["dune" "install" "-p" name "--create-install-files" name]
91
+
dev-repo: "git+https://github.com/binsec/binsec.git"
92
+
available: [ arch = "x86_64" | arch = "ppc64" | arch = "arm64" | arch = "sparc64" ]
95
+
"https://github.com/binsec/binsec/releases/download/0.6.1/binsec-0.6.1.tbz"
97
+
"sha256=ebc732ef78d3f6d94a0d179f8ef76a74dedd4d23f9783c3875091695c1ceee56"
98
+
"sha512=cf91afa2223681c9b50b71429d739fc37c792264e43f72212ac405088d3de5c9f04d40ef6ae92526c727569982d48d1678811341b5d9b4bbc596fbc55d45b79e"
101
+
x-commit-hash: "acc5bf13930d683ffa22833643fe2f15ceb03828"