frida / frida-node

Frida Node.js bindings
281 stars 65 forks source link

Is there a way to get the return address when replacing a function using the Interceptor. #76

Open majorregal opened 2 years ago

majorregal commented 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.

Thanks!