frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
753 stars 245 forks source link

gumjs: Add support for 'none' code trap option #687

Closed mrmacete closed 1 year ago

mrmacete commented 1 year ago

Setting this when constructing a NativeFunction will prevent both Interceptor and Stalker from triggering when it is called.

oleavr commented 1 year ago

Thanks! 🙌