Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frida/frida-java-bridge
Java runtime interop from Frida
https://github.com/frida/frida-java-bridge
Last synced: 21 days ago
JSON representation
Java runtime interop from Frida
- Host: GitHub
- URL: https://github.com/frida/frida-java-bridge
- Owner: frida
- Created: 2016-10-27T23:21:21.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T20:50:20.000Z (3 months ago)
- Last Synced: 2024-11-07T08:17:31.843Z (about 1 month ago)
- Language: JavaScript
- Size: 1.9 MB
- Stars: 327
- Watchers: 26
- Forks: 124
- Open Issues: 87
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - frida/frida-java-bridge - Java runtime interop from Frida (JavaScript)
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 r21With 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
```