package owee

  1. Overview
  2. Docs
OCaml library to work with DWARF format

Install

Dune Dependency

Authors

Maintainers

Sources

owee-0.7.tbz
sha256=f455dc99d7478399a4e545a061de244cf38b398fe9e80fce06ebdf6ace1e9540
sha512=a66281555b4feb75fd340a0424fcb2936f2887b73930c066b67b5829c9b17fb28b5994b27824a371dcae6cc3d340aedb3cdfdf01d173019475e49a63eed48bde

doc/owee/Owee_linux_maps/index.html

Module Owee_linux_mapsSource

Sourcetype entry = {
  1. address_start : int64;
  2. address_end : int64;
  3. perm_read : bool;
  4. perm_write : bool;
  5. perm_execute : bool;
  6. perm_shared : bool;
  7. offset : int64;
  8. device_major : int;
  9. device_minor : int;
  10. inode : int64;
  11. pathname : string;
}
Sourceval scan_lines : Scanf.Scanning.in_channel -> entry list
Sourceval scan_file : string -> entry list
Sourceval scan_pid : int -> entry list
Sourceval scan_self : unit -> entry list
OCaml

Innovation. Community. Security.