frida-scripts
frida-scripts copied to clipboard
A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps.
Do you have an Frida scripts for certificate unpinning?
I'm trying to trace functions of a specific class of an old old game with broken in-apps. Having decompiled the game through apktool, I found a class I'm interested. `...
See this issue in Frida: https://github.com/frida/frida/issues/1399
error: code at /raptor_frida_ios_autoIntercept.js:66 your code: ``` // print args for (i = 0; i < argCount; i++) { printType("\narg " + (i + 1) + " type:\t", args[i +...