jnitrace icon indicating copy to clipboard operation
jnitrace copied to clipboard

A Frida based tool that traces usage of the JNI API in Android apps.

Results 25 jnitrace issues
Sort by recently updated
recently updated
newest added

ERROR: {'type': 'error', 'description': 'Error: unable to intercept function at 0x7132f4a6a8; please file a bug', 'stack': 'Error: unable to intercept function at 0x7132f4a6a8; please file a bug\n at value (frida/runtime/core.js:364)\n...

Tracing. Press any key to quit... Stopping application (name=com.xunmeng.pinduoduo, pid=6042)...stopped. 设备:android10 MI8 frida-server:14.2.8 app: 拼多多4.69.0

I used to run with Nox emulator with android 7.1.2 and then APP has stopped. and nothing happens at the console just shows "Tracing. Press any key to quit..."

I hope to implement it with C++ & and inlinehook

Hi, first thank you for writing this script. I am trying to run it on unrooted android using frida gadget. The server has been included correctly in the apk and...

when I use spawn mode,the app will stopped. the comman is `jnitrace -l * com.kanxue.ollvm_ndk_9`. when I use attach mode, It work normally. the command is `jni -m attach -l...

``` C:\Users\cooluser>jnitrace -m attach -l * com.coolpackage.app Tracing. Press any key to quit... ``` I am debugging an app which uses JNI to do most of its work. When I...

ERROR: {'type': 'error', 'description': "TypeError: cannot read property 'fridaParams' of undefined", 'stack': "TypeError: cannot read property 'fridaParams' of undefined\n at (node_modules/jnitrace-engine/dist/jni/jni_env_interceptor.js:170)", 'fileName': 'node_modules/jnitrace-engine/dist/jni/jni_env_interceptor.js', 'lineNumber': 170, 'columnNumber': 1}

When i run example script showing error. Thank you in advance. ``` import { JNIInterceptor } from "jnitrace-engine"; // Attach to the JNI FindClass method JNIInterceptor.attach("FindClass", { onEnter(args) { //...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies