Frida Docs Unified
GitHub
Preparing search index...
@types/frida-gum
ModuleExportDetails
Interface ModuleExportDetails
interface
ModuleExportDetails
{
address
:
NativePointer
;
name
:
string
;
type
:
ModuleExportType
;
}
Index
Properties
address
name
type
Properties
address
address
:
NativePointer
Absolute address.
name
name
:
string
Exported symbol name.
type
type
:
ModuleExportType
The kind of export.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
name
type
GitHub
Frida Docs Unified
Loading...
Absolute address.