package bap-stub-resolver

  1. Overview
  2. No Docs
Identifies and manages stub functions in a binary

Install

Dune Dependency

Authors

Maintainers

Sources

v2.4.0.tar.gz
md5=b8b1aff8c6846f2213eafc54de07b304

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: 12 Dec 2021

Dependencies (14)

  1. ogre = "2.4.0"
  2. bitvec-sexp = "2.4.0"
  3. bitvec-order = "2.4.0"
  4. bitvec = "2.4.0"
  5. bap-std = "2.4.0"
  6. bap-relation = "2.4.0"
  7. bap-main = "2.4.0"
  8. bap-knowledge = "2.4.0"
  9. bap-core-theory = "2.4.0"
  10. bap-abi = "2.4.0"
  11. ounit
  12. ppx_bap >= "v0.14" & < "v0.15"
  13. ocaml >= "4.08.0"
  14. core_kernel >= "v0.14" & < "v0.15"

Dev Dependencies

None

Used by (1)

  1. bap-core < "2.5.0"

Conflicts

None