Home

Awesome

frida-java-bridge

Java runtime interop from Frida. This module is bundled with Frida and exposed through the global named Java.

Running the test-suite

Dependencies

With environment configured accordingly:

$ export ANDROID_SDK_ROOT=~/Library/Android/Sdk
$ export ANDROID_NDK_ROOT=/usr/local/opt/android-ndk-r21

Configuration

Run

$ make check

Debug

$ make check-gdb

Auto-run tests on JavaScript change

$ make develop