Is there a way to get the return address when replacing a function using the Interceptor.
majorregal opened this issue · 0 comments
majorregal commented
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
.
Thanks!