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

doc/linksem_zarith/Byte_sequence_impl/index.html

Module Byte_sequence_implSource

byte_sequence_ocaml.lem, a list of bytes used for ELF I/O and other basic * tasks in the ELF model.

A byte_sequence, bs, denotes a consecutive list of bytes. Can be read * from or written to a binary file. Most basic type in the ELF formalisation. * This is a faster OCaml byte sequence implementation.

Sourceval instance_Basic_classes_Ord_Byte_sequence_impl_byte_sequence_dict : Byte_sequence_wrapper.byte_sequence Lem_basic_classes.ord_class
Sourceval instance_Show_Show_Byte_sequence_impl_byte_sequence_dict : Byte_sequence_wrapper.byte_sequence Show.show_class
Sourceval instance_Basic_classes_Eq_Byte_sequence_impl_byte_sequence_dict : Byte_sequence_wrapper.byte_sequence Lem_basic_classes.eq_class
Sourceval takebytes_with_length : Nat_big_num.num -> Nat_big_num.num -> Byte_sequence_wrapper.byte_sequence -> Byte_sequence_wrapper.byte_sequence Error.error
OCaml

Innovation. Community. Security.