package bap
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=7eec2cc3ad72056f254b57371778d774d980b6d37f48e250bfa792f1f975bcc9
md5=0ccf6571613c0666a37d154c7f70af4f
Description
The Carnegie Mellon University Binary Analysis Platform (CMU BAP) is a reverse engineering and program analysis platform that works with binary code and doesn't require the source code. BAP supports multiple architectures: ARM, x86, x86-64, PowerPC, and MIPS. BAP disassembles and lifts binary code into the RISC-like BAP Instruction Language (BIL). Program analysis is performed using the BIL representation and is architecture independent in a sense that it will work equally well for all supported architectures. The main purpose of BAP is to provide a toolkit for implementing automated program analysis. BAP is written in OCaml and it is the preferred language to write analysis, but we have bindings to C, Python and Rust. The Primus Framework also provide a Lisp-like DSL for writing program analysis tools.
This is a meta package that installs essential parts of BAP.
Published: 10 Apr 2019
Dependencies (48)
- bap-emacs-goodies
-
bap-x86
= "1.6.0"
-
bap-warn-unused
= "1.6.0"
-
bap-trivial-condition-form
= "1.6.0"
-
bap-traces
= "1.6.0"
-
bap-trace
= "1.6.0"
-
bap-term-mapper
= "1.6.0"
-
bap-taint-propagator
= "1.6.0"
-
bap-taint
= "1.6.0"
-
bap-symbol-reader
= "1.6.0"
-
bap-strings
= "1.6.0"
-
bap-std
= "1.6.0"
-
bap-ssa
= "1.6.0"
-
bap-run
= "1.6.0"
-
bap-report
= "1.6.0"
-
bap-relocatable
= "1.6.0"
-
bap-print
= "1.6.0"
-
bap-primus-x86
= "1.6.0"
-
bap-primus-test
= "1.6.0"
-
bap-primus-support
= "1.6.0"
-
bap-primus-region
= "1.6.0"
-
bap-primus-lisp
= "1.6.0"
-
bap-primus-dictionary
= "1.6.0"
-
bap-primus
= "1.6.0"
-
bap-powerpc
= "1.6.0"
-
bap-optimization
= "1.6.0"
-
bap-objdump
= "1.6.0"
-
bap-mips
= "1.6.0"
-
bap-microx
= "1.6.0"
-
bap-mc
= "1.6.0"
-
bap-llvm
= "1.6.0"
-
bap-frontc
= "1.6.0"
-
bap-frontend
= "1.6.0"
-
bap-elf
= "1.6.0"
-
bap-dump-symbols
= "1.6.0"
-
bap-demangle
= "1.6.0"
-
bap-constant-tracker
= "1.6.0"
-
bap-callsites
= "1.6.0"
-
bap-cxxfilt
= "1.6.0"
-
bap-cache
= "1.6.0"
-
bap-c
= "1.6.0"
-
bap-byteweight
= "1.6.0"
-
bap-bil
= "1.6.0"
-
bap-beagle
= "1.6.0"
-
bap-arm
= "1.6.0"
-
bap-api
= "1.6.0"
-
bap-abi
= "1.6.0"
-
ocaml
>= "4.04.1" & < "4.08.0"
Dev Dependencies
None
Used by (5)
-
bap-ida-plugin
>= "1.6.0" & < "2.2.0"
-
bap-ida-python
= "1.6.0" | = "2.1.0"
-
bap-server
>= "0.3.0"
- clp_operations
- cwe_checker
Conflicts
None