frida / frida-gum

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

Expose memory access monitor access_mask to GumJS #670

Open silversquirl opened 2 years ago

silversquirl commented 2 years ago

When creating a MemoryAccessMonitor from JS, currently the access_mask is always set to GUM_PAGE_RWX. It'd be nice if that was customizable with an option, since filtering using details.operation makes it easy to miss events.