this repo has no description

[new release] binsec (0.10.0)

CHANGES:

** Features

- Add a new configuration option to tune the `checkct` instrumentation
(`-checkct-features control-flow,memory-access,multiplication,dividend,divisor`)
- Add the secret-erasure check command in `checkct`
(`check secret erasure over` *symbol*)
- Add an experimental *hook function return* command in SE

** Misc

- Add support for `AARCH64` core dump in SE
- Improve debug with symbol offset annotation (`-sse-debug-level 2`)

** Bugs

- Fix some ARM and x86 disassembly issues
- Fix some rewriting rule issues
- Fix compilation issues with latest OCaml compilers
- Refactor parsers and suppress conflicts

Changed files
+108
packages
binsec
binsec.0.10.0
+108
packages/binsec/binsec.0.10.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Semantic analysis of binary executables"
+
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."""
+
maintainer: ["BINSEC <binsec@saxifrage.saclay.cea.fr>"]
+
authors: [
+
"Adel Djoudi"
+
"Benjamin Farinier"
+
"Chakib Foulani"
+
"Dorian Lesbre"
+
"Frédéric Recoules"
+
"Guillaume Girol"
+
"Josselin Feist"
+
"Lesly-Ann Daniel"
+
"Mahmudul Faisal Al Ameen"
+
"Manh-Dung Nguyen"
+
"Mathéo Vergnolle"
+
"Mathilde Ollivier"
+
"Matthieu Lemerre"
+
"Nicolas Bellec"
+
"Olivier Nicole"
+
"Richard Bonichon"
+
"Robin David"
+
"Sébastien Bardin"
+
"Soline Ducousso"
+
"Ta Thanh Dinh"
+
"Yaëlle Vinçont"
+
"Yanis Sellami"
+
]
+
license: "LGPL-2.1-or-later"
+
tags: [
+
"binary code analysis"
+
"symbolic execution"
+
"deductive"
+
"program verification"
+
"formal specification"
+
"automated theorem prover"
+
"plugins"
+
"abstract interpretation"
+
"dataflow analysis"
+
"linking"
+
"disassembly"
+
]
+
homepage: "https://binsec.github.io"
+
bug-reports: "mailto:binsec@saxifrage.saclay.cea.fr"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.11"}
+
"menhir" {build & >= "20181113"}
+
"ocamlgraph" {>= "1.8.5"}
+
"zarith" {>= "1.4"}
+
"dune-site"
+
"grain_dypgen"
+
"toml" {>= "6"}
+
"ounit2" {with-test & >= "2"}
+
"qcheck" {with-test & >= "0.7"}
+
"ocamlformat" {with-dev-setup & = "0.26.1"}
+
"odoc" {with-doc}
+
]
+
depopts: ["curses" "llvm" "unisim_archisec" "bitwuzla" "bitwuzla-cxx" "z3"]
+
conflicts: [
+
"llvm" {< "6.0.0" | >= "16.0.0"}
+
"bitwuzla" {< "1.0.4"}
+
"bitwuzla-cxx" {< "0.4"}
+
"z3" {< "4.8.13"}
+
"unisim_archisec" {< "0.0.6"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/binsec/binsec.git"
+
available: [ arch = "x86_64" | arch = "ppc64" | arch = "arm64" | arch = "sparc64" ]
+
url {
+
src:
+
"https://github.com/binsec/binsec/releases/download/0.10.0/binsec-0.10.0.tbz"
+
checksum: [
+
"sha256=f9f66dc2a16f10d4afc9599ce76f19d3868fca184b42f2a28bc81b37089be68f"
+
"sha512=bc56322323d1c56870bb8618c9eeed95fa7eb0ba8bde3c9ea9fe86627ecb1c97abc610401e3af7662c9f9386719be284d7144c5af5d39b3f64c63e2b2cdecb1d"
+
]
+
}
+
x-commit-hash: "c0185a821fea6d2d92085929bcd0a5fbae159676"