Fuzzing an Android JNI Socket App with AFL++ Frida (Real Device)
I wanted to fuzz an Android app on-device (not emulator fantasy mode), and I wanted the target to be a JNI .so with a socket parser. So I built one: app listens on 4444 receives bytes JNI/...