The solo5-elftool, implemented in OCaml.
Hannes Mehnert
51743d810f
Owee_elf may raise various exceptions (I may have missed some): - Owee_buf.Invalid_format of string - Failure (failwith in Owee_elf.read_identification, called by read_elf) - Assert_failure (assert in Owee_elf.read_header, called by read_elf) addresses #1 |
||
---|---|---|
bin | ||
lib | ||
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!