Java runtime interop from Frida
npm install frida-java-bridgeJava runtime interop from Frida. This module is bundled with Frida and exposed
through the global named Java.
- Android SDK Platform-Tools >= 27.0.1
- Android NDK r21
With environment configured accordingly:
``sh`
$ export ANDROID_SDK_ROOT=~/Library/Android/Sdk
$ export ANDROID_NDK_ROOT=/usr/local/opt/android-ndk-r21
- Go to /test/config.mk for editing the device configuration settings.
`sh`
$ make check
`sh`
$ make check-gdb
`sh``
$ make develop