Files
frida-interception-and-unpi…/android
Tim Perry 30bd013cb9 Limit Flutter scanning to r-x ranges
This doesn't matter much for anonymous module cases AFAICT, but when the
module is loaded normally by name (on real devices, not emulators I
think) then the range can include some protected non r-x ranges, which
we can't scan. This ensures we only scan possible code ranges.
2025-07-31 16:50:27 +02:00
..