package owee
Install
Dune Dependency
Authors
Maintainers
Sources
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.