Frida – Java application freezes after replacement of a method
Can I know the name of the class and method (from the java decompiler) to replace its implementation or make the JVM call my method instead of the target method?
Frida – Unable to make thread_from_jni_environment() helper for the current architecture
I’m tried to replace the impl of $init method in the java.lang.String class, but when I load the script I get an error: “Error: Unable to make thread_from_jni_environment() helper for the current architecture”