The solo5-elftool, implemented in OCaml.
Find a file
Reynir Björnsson e98cc6d669 Add cram test
The test uses osolo5-elftool on the test_hello application from the
solo5 tests to query their abi and manifest. The manifest is empty and
boring.
2025-01-31 17:45:34 +01:00
bin Update dune files with dependency changes 2025-01-30 15:54:02 +01:00
lib Update dune files with dependency changes 2025-01-30 15:54:02 +01:00
test Add cram test 2025-01-31 17:45:34 +01:00
CHANGES.md Prepare release 0.3.0 2022-01-28 14:47:52 +00:00
dune-project Add cram test 2025-01-31 17:45:34 +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 Mark as unavailable on 32 bit platforms 2025-01-31 17:28:01 +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!