package owee
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=6b7f3c4241ba41732ffc04705cf5935cf917b7ab3cc3f514be21cee63c88ab14
sha512=8625045c55abd99568c9720aebd4b2ef1705287cb9c60047e25d291db169ca6b956e6308001afa3e8bd4507dc56e9bd108d5aea27742384e7d6513817d205ebd
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: 14 Dec 2021
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.
Dev Dependencies
None
Used by (5)
-
albatross
>= "1.4.0" & < "2.2.0"
-
builder-web
>= "0.2.0"
- ocaml-probes
- solo5-elftool
- spacetime_lib
Conflicts
None