bapversion
Binary Analysis Platform
BAP is platform for binary analysis. It provides an OCaml library, a set of tools and Python bindings. It also has a JSON API, exposed with bap-server utility.
BAP uses LLVM library as a disassembling backend, and provide facilities to parse files in ELF, MACH-O, COFF and PE formats. It has a basic support for all LLVM architectures, but first tier platforms are:
- ARM
- IA32 aka x86
- AMD64 aka x86-64
Author | BAP Team |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/BinaryAnalysisPlatform/bap/ |
Issue Tracker | https://github.com/BinaryAnalysisPlatform/bap/issues |
Maintainer | Ivan Gotovchits <ivg@ieee.org> |
Dependencies | |
Source [http] | https://github.com/BinaryAnalysisPlatform/bap/archive/v0.9.7.tar.gz sha256=0e0341cfa1dd593e48e1e6ee43467e32a9dcbd78035ae494e33c58ad5e03aee7 md5=68cef05086f75c4b06105455c3a1372c |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/bap/bap.0.9.7/opam |
Required by
- bap-ida-plugin>=2.0.0 & <2.2.0
- bap-ida-python=2.1.0
- clp_operations