frida-java-bridge
v7.0.10
Published
Java runtime interop from Frida
Downloads
4,130
Readme
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
- Android SDK Platform-Tools >= 27.0.1
- Android NDK r21
With environment configured accordingly:
$ export ANDROID_SDK_ROOT=~/Library/Android/Sdk
$ export ANDROID_NDK_ROOT=/usr/local/opt/android-ndk-r21Configuration
- Go to
/test/config.mkfor editing the device configuration settings.
Run
$ make checkDebug
$ make check-gdbAuto-run tests on JavaScript change
$ make develop