package bap

  1. Overview
  2. No Docs
Binary Analysis Platform

Install

Dune Dependency

Authors

Maintainers

Sources

v2.3.0.tar.gz
md5=13f2cb1e3b9d90348852252fb0f2d09f

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: 04 Jun 2021

Dependencies (74)

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

Dev Dependencies

None

Used by (5)

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

Conflicts

None