Loads a module from a path into this application's address space, without doing any path transformations.
Destructor
Lists all symbols within the given section.
Finds a section within the module, and optionally limits the search to be within a specific segment, if applicable.
Gets a symbol from the module.
Gets the section which a symbol belongs to.
The base address the module is loaded into.
List of all sections in the module.
Gets the calling module.
List of all exported symbols in the module.
Loads a module from the given path.
A higher level wrapper over OS level modules/shared libraries.
The module is lazy-loading, meaning segment and symbol lists will only be enumerated when requested; this in turn means modules can be relatively lightweight.