package bap-stub-resolver
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Identifies and manages stub functions in a binary
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v2.3.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=a6e80853aaaa26b7ca564d9878891d7146ec1c83852541387c1bba1ad036b8ea
    
    
  md5=13f2cb1e3b9d90348852252fb0f2d09f
    
    
  Description
Identifies functions that are stubs and redirects calls to stubs to the calls to the implemenations, in case if the latter is present in the binary.
A stub is piece of binary code that is used to call a function implementation. Most commonly stubs are employed for external functions, whose implementation is later loaded from some library, however some ABIs are using stubs for internal functions, in case if they have external linkage.
Published: 04 Jun 2021
Dependencies (14)
- 
  
    ogre
  
  
    
= "2.3.0" - 
  
    bitvec-sexp
  
  
    
= "2.3.0" - 
  
    bitvec-order
  
  
    
= "2.3.0" - 
  
    bitvec
  
  
    
= "2.3.0" - 
  
    bap-std
  
  
    
= "2.3.0" - 
  
    bap-relation
  
  
    
= "2.3.0" - 
  
    bap-main
  
  
    
= "2.3.0" - 
  
    bap-knowledge
  
  
    
= "2.3.0" - 
  
    bap-core-theory
  
  
    
= "2.3.0" - 
  
    bap-abi
  
  
    
= "2.3.0" - ounit
 - 
  
    ppx_bap
  
  
    
>= "v0.14" - 
  
    ocaml
  
  
    
>= "4.08.0" - 
  
    core_kernel
  
  
    
>= "v0.14" 
Dev Dependencies
None
Used by (1)
- 
  
    bap
  
  
    
= "2.3.0" 
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page