package bap-std
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  The Binary Analysis Platform Standard Library
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v2.1.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=631fc58628418e4856709a0cfc923a65e00c9494fbd28d444c633d11194831de
    
    
  md5=3db9deac8d429b9b8a8ec9aec54987b1
    
    
  doc/bap/Bap/Std/Rooter/index.html
Module Std.Rooter
Rooter finds starts of functions in the binary.
type t = rooterval provide : t -> unitof_image img create a rooter that will use existing symbol information inside the image, to find roots.
of_blocks produces a rooter from a serialized sequence of blocks. Each element of the sequence is deconstructed as (name,ba,ea), where name is a subroutine name, ba is a virtual address of a block start, and ea is an address of the block end.
module Factory : Source.Factory.S with type t = tA factory of rooters. Useful to register custom rooters
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >