Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ch0pin/JNIInvocation
https://github.com/Ch0pin/JNIInvocation
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Ch0pin/JNIInvocation
- Owner: Ch0pin
- Created: 2023-08-28T14:56:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T11:19:26.000Z (about 1 year ago)
- Last Synced: 2024-10-30T02:38:33.572Z (15 days ago)
- Language: C
- Size: 3.28 MB
- Stars: 46
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JNIInvocation
A handy library which can be used in order to create a java vm and environment.
## Compilation
- Download the standalone Android NDK
- Modify the build.sh in Jni_helper/ in order to point to your ndk installation path## References:
- https://blog.quarkslab.com/android-greybox-fuzzing-with-afl-frida-mode.html
- https://calebfenton.github.io/2017/04/05/creating_java_vm_from_android_native_code/
- https://calebfenton.github.io/2017/04/14/calling_jni_functions_with_java_object_arguments_from_the_command_line/