Frida Docs Unified
GitHub
Preparing search index...
@types/frida-gum
KernelModuleRangeDetails
Interface KernelModuleRangeDetails
interface
KernelModuleRangeDetails
{
base
:
UInt64
;
name
:
string
;
protection
:
string
;
size
:
number
;
}
Index
Properties
base
name
protection
size
Properties
base
base
:
UInt64
Base address.
name
name
:
string
Name.
protection
protection
:
string
Protection.
size
size
:
number
Size in bytes.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
name
protection
size
GitHub
Frida Docs Unified
Loading...
Base address.