package binsec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Loader_elf.Note

type t = {
  1. name : string;
  2. kind : int;
  3. offset : int;
  4. size : int;
}
OCaml

Innovation. Community. Security.