Open silversquirl opened 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.
MemoryAccessMonitor
access_mask
GUM_PAGE_RWX
details.operation
When creating a
MemoryAccessMonitor
from JS, currently theaccess_mask
is always set toGUM_PAGE_RWX
. It'd be nice if that was customizable with an option, since filtering usingdetails.operation
makes it easy to miss events.