Frida Docs Unified
GitHub
Preparing search index...
@types/frida-gum
RangeDetails
Interface RangeDetails
interface
RangeDetails
{
base
:
NativePointer
;
file
?:
FileMapping
;
protection
:
string
;
size
:
number
;
}
Index
Properties
base
file?
protection
size
Properties
base
base
:
NativePointer
Base address.
Optional
file
file
?:
FileMapping
File mapping details, if available.
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
file
protection
size
GitHub
Frida Docs Unified
Loading...
Base address.