Address of function to replace.
Replacement implementation.
Optional
data: NativePointerValueUser data exposed to native replacement through the
GumInvocationContext *
, obtained using
gum_interceptor_get_current_invocation()
.
Generated using TypeDoc
Replaces function at
target
with implementation atreplacement
.May be implemented using e.g.
NativeCallback
orCModule
.