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

README.md.html

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.

OCaml

Innovation. Community. Security.