- 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.
- Update to cmdliner 1.1.0
- Exceptions from Owee are caught in
query_abi
andquery_manifest
- Rename binary from solo5-elftool to osolo5-elftool so it can co-exist with the C binary
- Implement
query_abi
andosolo5-elftool query-abi
- Return a result error instead of an assertion exception on unknown manifest entry types
- Remove noop tests
- Initial public release