Frida Docs Unified
GitHub
Preparing search index...
@types/frida-gum
Memory
copy
Function copy
copy
(
dst
:
NativePointerValue
,
src
:
NativePointerValue
,
n
:
number
|
UInt64
)
:
void
Just like memcpy.
Parameters
dst
:
NativePointerValue
Destination address.
src
:
NativePointerValue
Sources address.
n
:
number
|
UInt64
Number of bytes to copy.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
Frida Docs Unified
Loading...
Just like memcpy.