package owee

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

Install

Dune Dependency

Authors

Maintainers

Sources

owee-0.6.tbz
sha256=1b05d5e6de0661b0e21b0caf4325bc359a18be7e2a5e52e78d7df7d418f5c233
sha512=7ce0d29ef747a7d9c0da66aeccdd18d8e883d78a3c636966e287b2b3f114b300629afceac14b10e35c6edb70fc8d485047c51c08a06a06891bcc28836c947aca

CHANGES.html

CHANGES

Owee 0.6
========
Mon Apr 18 10:59:40 JST 2022

- Significant optimization of interval computations with help from
  Tudor Brindus (@Xyene) and Timothy Li (@FatalEagle)

Owee 0.5
========
Fri Apr  1 22:24:53 JST 2022

- Partial support for Dwarf-5 contributed by @billduff and @cgaebel

Owee 0.4
========
Tue Dec 14 10:30:09 CET 2021

- Support OCaml up to 4.13.
- Parse Linux memory map files
- Support elf notes (contributed by Greta Yorsh, @gretayjs)
- Bug fixes (with contributions from Nandor Licker)