Releases: robur-coop/ocaml-solo5-elftool
Releases · robur-coop/ocaml-solo5-elftool
0.4.0
CHANGES:
- Reimplement the necessary ELF parsing and drop the owee dependency. This makes it possible to use this library in Mirage.
- BREAKING: Switch to cachet instead of requiring the whole binary in memory.
0.3.0
CHANGES:
- Exceptions from Owee are caught in
query_abi
and query_manifest
0.2.0
CHANGES:
- Rename binary from solo5-elftool to osolo5-elftool so it can co-exist with
the C binary
- Implement
query_abi
and osolo5-elftool query-abi
- Return a result error instead of an assertion exception on unknown manifest
entry types
- Remove noop tests