The solo5-elftool, implemented in OCaml.
Find a file
2021-12-15 17:11:28 +01:00
bin Rename package solo5_elftool -> solo5-elftool 2021-12-15 15:27:16 +01:00
lib Remove inline record, documentation 2021-12-15 16:12:31 +01:00
test Initial commit 2021-12-09 11:06:56 +01:00
CHANGES.md Prepare for initial release 2021-12-15 16:17:43 +01:00
dune-project Also rename in dune-project 2021-12-15 16:29:36 +01:00
LICENSE.md add LICENSE and README 2021-12-15 16:28:43 +01:00
README.md add LICENSE and README 2021-12-15 16:28:43 +01:00
solo5-elftool.opam opam: Add ocaml, cstruct version constraint 2021-12-15 17:11:28 +01:00

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!