mirror of
https://github.com/httptoolkit/frida-interception-and-unpinning.git
synced 2026-09-25 02:22:38 +02:00
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.