package owee

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.tar.gz
md5=9fae9e98ce7a87380f22911fedb29d9a
sha512=90905485c93b350b8f601ff2dcc545a92badcf7dcb97c89ea18f479d6c08926e5cd68c74bd005d23d4396f057f66a1faa27f654bc2c4ac9d8030f143f197da9d

Description

Owee is an experimental library to work with DWARF format. It can parse ELF binaries and interpret DWARF debugline programs.

It can also be used to find locations of functions from the current process.

Published: 03 Jun 2019

README

README.md

Owee is an experimental library to work with DWARF format.

OCaml users might find the Owee_location module interesting.

Provided you:

  • use Linux,

  • on 64-bit x86 architecture,

  • generated debugging symbols,

  • compiled in native code,

  • no relocation happened and you're not using Dynlink

Then it gives you the location of the definition of an arbitrary functional value. Linking the library is enough, no change to the toolchain is required.

These restrictions can be relaxed, open issues for platform you'd find interesting to support & on which you can test the library.

Dependencies (2)

  1. dune >= "1.0"
  2. ocaml >= "4.06" & < "4.12"

Dev Dependencies

None

Used by (1)

  1. spacetime_lib

Conflicts

None

OCaml

Innovation. Community. Security.