package owee

  1. Overview
  2. Docs
OCaml library to work with DWARF format

Install

Dune Dependency

Authors

Maintainers

Sources

owee-0.8.tbz
sha256=064f6245f5995d5d2f4f1f9c6d2992e2fdbe3dde328216baec7cfabd4857940d
sha512=c79cdaeedbd08ee58784e965a2865aff94d41013c4f978fd21ebd84df742402aeddaab2f1880bde0d0ff7311fe0565151882e6060590d751119ad0fd9d62a901

doc/owee/Owee_rel/index.html

Module Owee_relSource

Sourcetype t = private {
  1. section : Owee_elf.section;
  2. entries : Owee_rel_entry.t array;
}
Sourceval read_rela : type_:[ `Plt | `Dyn ] -> Owee_buf.t -> Owee_elf.section array -> t option

read_rela ~type_ buf sections returns the list of relocations stored in the .rela section of the specified type. Returns None if there are no relocations.

Sourceval read_rel : type_:[ `Plt | `Dyn ] -> Owee_buf.t -> Owee_elf.section array -> t option

read_rel ~type_ buf sections returns the list of relocations stored in the .rel section of the specified type. Returns None if there are no relocations.

OCaml

Innovation. Community. Security.