- Bug fix for all Nonvirtual call methods. For those JNI methods the method ID is one arg along, it was previously assumed it was in the same place as for other JNI Call types
1.0.3
Not secure
- Bug fix for the GetStringChars method. jnitrace now expects a char* return rather than a char - Bug fix to change the argument list used to the original args, rather than the cloned ones in a normal JNI intercept
1.0.2
- Bug fix for cases where the loaded library path is null
1.0.1
- Initial release of a Frida module to trace the JNI API