Skip to main content

Module module

Module module 

Enums§

Modules
Enum for the modules whose value depends on the current platform

Traits§

Module
This trait is shared by all system-specific modules. It provides a common interface for accessing module metadata.

Functions§

module_from_addr
Find the module that encompasses the given virtual address (absolute)
module_from_name
Find the module with the given name
module_from_path
Find the module with the given name
modules
Return an iterator over the different modules loaded in the current process.

Type Aliases§

ModulesIt