package bap-patterns

  1. Overview
  2. No Docs
Applies semantic actions to the matching byte patterns

Install

Dune Dependency

Authors

Maintainers

Sources

v2.4.0.tar.gz
md5=b8b1aff8c6846f2213eafc54de07b304

Description

Applies semantic actions to the matching byte patterns. The patterns are specified in an XML format, described below, and the actions are implemented with Primus Lisp methods. Used to identify function starts, instruction encodings, function names, etc.

Published: 12 Dec 2021

Dependencies (17)

  1. fileutils
  2. bap-primus = "2.4.0"
  3. uri >= "4.2.0"
  4. xmlm >= "1.3.0"
  5. zarith
  6. bap-relation = "2.4.0"
  7. bitvec-sexp = "2.4.0"
  8. bitvec-binprot = "2.4.0"
  9. bitvec-order = "2.4.0"
  10. bitvec = "2.4.0"
  11. bap-std = "2.4.0"
  12. bap-main = "2.4.0"
  13. bap-knowledge = "2.4.0"
  14. bap-core-theory = "2.4.0"
  15. ppx_bap >= "v0.14" & < "v0.15"
  16. core_kernel >= "v0.14" & < "v0.15"
  17. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (1)

  1. bap-core < "2.5.0"

Conflicts

None