# frida-java-bridge **Repository Path**: dragons_yu/frida-java-bridge ## Basic Information - **Project Name**: frida-java-bridge - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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: ```sh $ export ANDROID_SDK_ROOT=~/Library/Android/Sdk $ export ANDROID_NDK_ROOT=/usr/local/opt/android-ndk-r21 ``` ### Configuration - Go to `/test/config.mk` for editing the device configuration settings. ### Run ```sh $ make check ``` ### Debug ```sh $ make check-gdb ``` ### Auto-run tests on JavaScript change ```sh $ make develop ```