You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letMainActivity=Java.use("com.testjadx.MainActivity");MainActivity["testJadx"].overload('java.lang.Object','java.lang.String','java.lang.Integer').implementation=function(object,string,integer){console.log('testJadx is called'+', '+'object: '+object+', '+'string: '+string+', '+'integer: '+integer);letret=this.testJadx(object,string,integer);console.log('testJadx ret value is '+ret);returnret;};
Add function parameters logging in Frida code snippet.
For Example, for the following Java method
generate the following Frida code
PR #1498
The text was updated successfully, but these errors were encountered: