Module Project.Library

A library that was loaded alongside the main program.

type t = library

unit library returns the unit associated with the library.

val arch : library -> arch

arch library reveals the architecture of the library.

  • since 2.6.0
  • deprecated

    use target library instead.

target library returns the target system of the library.

  • since 2.6.0
val specification : library -> Ogre.doc

specification library returns the specification of the library.

  • since 2.6.0
val state : library -> state

state library returns the core state of the library.

  • since 2.6.0
val disasm : library -> disasm

disasm library returns the results of disassembling the library.

  • since 2.6.0
val memory : library -> value memmap

memory library returns the memory of the library.

  • since 2.6.0