package bap-primus

  1. Overview
  2. No Docs
The BAP Microexecution Framework

Install

Dune Dependency

Authors

Maintainers

Sources

v2.4.0.tar.gz
md5=b8b1aff8c6846f2213eafc54de07b304

Description

BAP Primus is a Microexecutuin Framework. The Microexecution technique was pioneered by Patrice Godefroid from Microsoft Research. The idea is to execute a binary from any point, using random inputs for undefined values.

The idea of Primus is very similiar. A program is lifted into the Intermediate Representation, that is interpreted using the Primus interpreter. The Framework allows users to customize the interpreter by implementing different machine components.

Published: 12 Dec 2021

Dependencies (17)

  1. uuidm
  2. graphlib = "2.4.0"
  3. monads = "2.4.0"
  4. regular = "2.4.0"
  5. bitvec-binprot = "2.4.0"
  6. bitvec = "2.4.0"
  7. bap-knowledge = "2.4.0"
  8. bap-core-theory = "2.4.0"
  9. bap-strings = "2.4.0"
  10. bap-future = "2.4.0"
  11. bap-c = "2.4.0"
  12. bap-abi = "2.4.0"
  13. bap-std = "2.4.0"
  14. ppx_bap >= "v0.14" & < "v0.15"
  15. parsexp >= "v0.14" & < "v0.15"
  16. core_kernel >= "v0.14" & < "v0.15"
  17. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (28)

  1. bap-arm = "2.4.0"
  2. bap-beagle = "2.4.0"
  3. bap-constant-tracker = "2.4.0"
  4. bap-core < "2.5.0"
  5. bap-patterns < "2.5.0"
  6. bap-primus-dictionary = "2.4.0"
  7. bap-primus-exploring-scheduler = "2.4.0"
  8. bap-primus-greedy-scheduler = "2.4.0"
  9. bap-primus-limit = "2.4.0"
  10. bap-primus-lisp = "2.4.0"
  11. bap-primus-loader = "2.4.0"
  12. bap-primus-mark-visited = "2.4.0"
  13. bap-primus-powerpc = "2.4.0"
  14. bap-primus-print = "2.4.0"
  15. bap-primus-promiscuous = "2.4.0"
  16. bap-primus-propagate-taint = "2.4.0"
  17. bap-primus-random = "2.4.0"
  18. bap-primus-region = "2.4.0"
  19. bap-primus-round-robin-scheduler = "2.4.0"
  20. bap-primus-symbolic-executor < "2.2.0" | = "2.4.0"
  21. bap-primus-systems = "2.4.0"
  22. bap-primus-taint = "2.4.0"
  23. bap-primus-test = "2.4.0"
  24. bap-primus-track-visited = "2.4.0"
  25. bap-primus-wandering-scheduler = "2.4.0"
  26. bap-primus-x86 = "2.4.0"
  27. bap-run = "2.4.0"
  28. bap-taint = "2.4.0"

Conflicts

None