package linksem

  1. Overview
  2. Docs
A formalisation of the core ELF and DWARF file formats written in Lem

Install

Dune Dependency

Authors

Maintainers

Sources

0.8.tar.gz
md5=2075c56715539b3b8f54ae65cc808b8c
sha512=f7c16e4036a1440a6a8d13707a43f0f9f9db0c68489215f948cc300b6a164dba5bf852e58f89503e9d9f38180ee658d9478156ca1a1ef64d6861eec5f9cf43d2

Description

A formalisation of the core ELF and DWARF file format written in Lem. ELF is the de facto standard executable and linkable file format on Linux and related systems; DWARF is the associated debug information format. This formalisation has been tested against approximately 5,000 ELF binaries found "in the wild" on various different platforms.

Published: 12 Dec 2022

Dependencies (4)

  1. lem >= "2018-05-11"
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.07.0"

Dev Dependencies

None

Used by (2)

  1. libsail
  2. sail < "0.15"

Conflicts

None