package bap-primus

  1. Overview
  2. No Docs
The BAP Microexecution Framework

Install

Dune Dependency

Authors

Maintainers

Sources

v2.5.0.tar.gz
md5=5abd9b3628b43f797326034f31ca574f

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: 14 Jul 2022

Dependencies (17)

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

Dev Dependencies

None

Used by (29)

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

Conflicts

None