Skip to content

let-def/owee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owee is an experimental library to work with DWARF format.

OCaml users might find the Owee_location module interesting.

Provided an executable:

  • runs on Linux,
  • runs on a 64-bit x86 architecture,
  • contains debug symbols generated with DWARF 2 to DWARF 4,
  • contains native code,
  • is not relocated, and
  • does not use 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.

There is partial support for DWARF 5; only symbol names and filenames are fully tested.

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

About

OCaml library to work with DWARF format

Resources

License

Stars

Watchers

Forks

Packages

No packages published