package owee

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

Install

Dune Dependency

Authors

Maintainers

Sources

owee-0.7.tbz
sha256=f455dc99d7478399a4e545a061de244cf38b398fe9e80fce06ebdf6ace1e9540
sha512=a66281555b4feb75fd340a0424fcb2936f2887b73930c066b67b5829c9b17fb28b5994b27824a371dcae6cc3d340aedb3cdfdf01d173019475e49a63eed48bde

CHANGES.html

CHANGES

Owee 0.7
========
Fri May 12 19:02:16 JST 2023

- Test fixes by @gretay-js
- Bug fix in interval map by @poechsel
- Added support for relocations by @poechsel

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)