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/Symtab/index.html
Module Std.Symtab
Reconstructed symbol table.
This data structure holds information about functions that were found in the executable.
type t = symtabsymbol table
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval sexp_of_fn : fn -> Ppx_sexp_conv_lib.Sexp.tval empty : tempty symbol table
add_symbol table name entry blocks extends table with a new symbol with a given name, entry block and body blocks.
find_by_name symbols name finds a symbol with a given namem
find_by_start symbols addr finds a symbol that starts from a given address
dominators syms mem returns a list of functions that dominates over provided memory region mem
intersecting_mem syms mem returns a list of functions, that resides in memory region mem
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >