The solo5-elftool, implemented in OCaml.
Reynir Björnsson
d3c7b0cd00
* The binary is renamed from solo5-elftool to osolo5-elftool to allow for distinguishing from the binary from solo5 * query_abi is implemented and osolo5-elftool is extended with a query-abi sub command * instead of [assert false] on unknown manifest entry types or abi targets an [Error (`Msg ...)] is returned. |
||
---|---|---|
bin | ||
lib | ||
test | ||
CHANGES.md | ||
dune-project | ||
LICENSE.md | ||
README.md | ||
solo5-elftool.opam |
Solo5-elftool - OCaml Solo5 elftool for querying solo5 manifests
Solo5 embeds a manifest of which devices a unikernel expects. Solo5-elftool can be used to read and inspect this manifest.
One advantage over calling out to Solo5's solo5-elftool
is that a user of the library can read the manifest from an ELF executable held in memory; no need to write the executable to disk first!