package bap

  1. Overview
  2. No Docs
Binary Analysis Platform

Install

Dune Dependency

Authors

Maintainers

Sources

v2.1.0.tar.gz
md5=3db9deac8d429b9b8a8ec9aec54987b1

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: 02 Jun 2020

Dependencies (63)

  1. bap-emacs-goodies
  2. bap-x86 = "2.1.0"
  3. bap-warn-unused = "2.1.0"
  4. bap-trivial-condition-form = "2.1.0"
  5. bap-traces = "2.1.0"
  6. bap-trace = "2.1.0"
  7. bap-term-mapper = "2.1.0"
  8. bap-taint-propagator = "2.1.0"
  9. bap-taint = "2.1.0"
  10. bap-symbol-reader = "2.1.0"
  11. bap-stub-resolver = "2.1.0"
  12. bap-strings = "2.1.0"
  13. bap-std = "2.1.0"
  14. bap-ssa = "2.1.0"
  15. bap-run = "2.1.0"
  16. bap-report = "2.1.0"
  17. bap-relocatable = "2.1.0"
  18. bap-recipe-command = "2.1.0"
  19. bap-recipe = "2.1.0"
  20. bap-raw = "2.1.0"
  21. bap-print = "2.1.0"
  22. bap-primus-x86 = "2.1.0"
  23. bap-primus-test = "2.1.0"
  24. bap-primus-systems = "2.1.0"
  25. bap-primus-symbolic-executor = "2.1.0"
  26. bap-primus-support = "2.1.0"
  27. bap-primus-region = "2.1.0"
  28. bap-primus-random = "2.1.0"
  29. bap-primus-powerpc = "2.1.0"
  30. bap-primus-lisp = "2.1.0"
  31. bap-primus-dictionary = "2.1.0"
  32. bap-primus = "2.1.0"
  33. bap-powerpc = "2.1.0"
  34. bap-plugins = "2.1.0"
  35. bap-optimization = "2.1.0"
  36. bap-objdump = "2.1.0"
  37. bap-mips = "2.1.0"
  38. bap-microx = "2.1.0"
  39. bap-mc = "2.1.0"
  40. bap-main = "2.1.0"
  41. bap-llvm = "2.1.0"
  42. bap-glibc-runtime = "2.1.0"
  43. bap-frontc = "2.1.0"
  44. bap-frontend = "2.1.0"
  45. bap-elf = "2.1.0"
  46. bap-elementary = "2.1.0"
  47. bap-dump-symbols = "2.1.0"
  48. bap-disassemble = "2.1.0"
  49. bap-demangle = "2.1.0"
  50. bap-constant-tracker = "2.1.0"
  51. bap-callsites = "2.1.0"
  52. bap-cxxfilt = "2.1.0"
  53. bap-cache = "2.1.0"
  54. bap-c = "2.1.0"
  55. bap-byteweight = "2.1.0"
  56. bap-bundle = "2.1.0"
  57. bap-build = "2.1.0"
  58. bap-bil = "2.1.0"
  59. bap-beagle = "2.1.0"
  60. bap-arm = "2.1.0"
  61. bap-api = "2.1.0"
  62. bap-abi = "2.1.0"
  63. ocaml >= "4.07.0" & < "4.10.0"

Dev Dependencies

None

Used by (5)

  1. bap-ida-plugin >= "2.0.0" & < "2.2.0"
  2. bap-ida-python = "2.1.0"
  3. bap-veri >= "0.2.5"
  4. clp_operations
  5. cwe_checker < "0.3"

Conflicts

None