ocaml-solo5-elftool/lib
Hannes Mehnert 51743d810f query_abi / query_manifest: catch exceptions from Owee
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
2022-01-28 13:47:30 +01:00
..
dune Rename package solo5_elftool -> solo5-elftool 2021-12-15 15:27:16 +01:00
solo5_elftool.ml query_abi / query_manifest: catch exceptions from Owee 2022-01-28 13:47:30 +01:00
solo5_elftool.mli query_abi / query_manifest: catch exceptions from Owee 2022-01-28 13:47:30 +01:00