package bap-patterns
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Applies semantic actions to the matching byte patterns
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v2.5.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=9c126781385d2fa9b8edab22e62b25c70bf2f99f6ec78abb7e5e36d63cfa4174
    
    
  md5=5abd9b3628b43f797326034f31ca574f
    
    
  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: 14 Jul 2022
Dependencies (17)
- fileutils
- 
  
    bap-primus
  
  
    = "2.5.0"
- 
  
    uri
  
  
    >= "4.2.0"
- 
  
    xmlm
  
  
    >= "1.3.0"
- zarith
- 
  
    bap-relation
  
  
    = "2.5.0"
- 
  
    bitvec-sexp
  
  
    = "2.5.0"
- 
  
    bitvec-binprot
  
  
    = "2.5.0"
- 
  
    bitvec-order
  
  
    = "2.5.0"
- 
  
    bitvec
  
  
    = "2.5.0"
- 
  
    bap-std
  
  
    = "2.5.0"
- 
  
    bap-main
  
  
    = "2.5.0"
- 
  
    bap-knowledge
  
  
    = "2.5.0"
- 
  
    bap-core-theory
  
  
    = "2.5.0"
- ppx_bap
- 
  
    core_kernel
  
  
    >= "v0.14" & < "v0.16"
- 
  
    ocaml
  
  
    >= "4.08.0"
Dev Dependencies
None
Used by (1)
- 
  
    bap-core
  
  
    >= "2.5.0"
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page