package solo5-elftool

  1. Overview
  2. Docs
OCaml Solo5 elftool for querying solo5 manifests

Install

Dune Dependency

Authors

Maintainers

Sources

solo5-elftool-0.3.1.tbz
sha256=8e8186f006c634fe5a7822f10aead39db7b36d540dbb17a67550252cfcbace8e
sha512=6911a3786c7255973a77ac9ff3da913d751d981a1841b349ae0b2cbf6bd31257912adba8fd270b4354d4ab2344241e1e7644e3d2d3d32a4920ccc4d137462bd7

CHANGES.md.html

v0.3.1 (2022-03-16)

  • Update to cmdliner 1.1.0

v0.3.0 (2022-01-28)

  • Exceptions from Owee are caught in query_abi and query_manifest

v0.2.0 (2021-12-16)

  • 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

v0.1.0 (2021-12-15)

  • Initial public release