H0r53
H0r53
Thanks for your input @oleavr ! I tried the `Interceptor.attach(address, function () { ... })` version and I'm receiving the same behavior as before. As soon as the address I'm...
@oleavr it's been several months and I'm still receiving this issue. I've even tried with a different phone and the latest frida server/client binaries. I don't have any issues when...
Interestingly `SEGV_MAPERR` seems to indicate that the referenced PC isn't valid within the current address space (at least from my understanding). I checked `/proc//maps` for this APK process and found...
New note - I managed to use Frida Stalker instead of Interceptor and I've been able to dump memory when reaching the addresses I'm interested in without crashing the process....
@mrupdate I'm only having issues when attempting to use `Interceptor` in this scenario. Using `Stalker` has not presented any issues and has served as a reasonable workaround for now. Within...
@DarkSkull91 this issue could occur for several reasons so you're going to need to be more specific about what you've tried and what error is thrown, in which case you...