Open majorregal opened 2 years ago
I know when using Interceptor.attach you can access the return address using this.returnAddress and I was wondering if this is somehow also possible when replacing a function with a NativeCallback using Interceptor.replace.
Interceptor.attach
this.returnAddress
NativeCallback
Interceptor.replace
Thanks!
I know when using
Interceptor.attach
you can access the return address usingthis.returnAddress
and I was wondering if this is somehow also possible when replacing a function with aNativeCallback
usingInterceptor.replace
.Thanks!