/FridaScripts

Some Script Of Frida For Android/Windows

Primary LanguageJavaScript

FridaScripts

Some Script Of Frida For Android/Windows

Uses : Please Install Frida with

#pip install frida

#pip install frida-tools

and use the script with

On Windows:

#frida -f programname.exe -l scriptname.js --no-pause

On Android:

#frida -Uf com.program.name -l scriptname.js --no-pause

Issue Are Welcome and Please add More Script , Pull Request Are Greatly appreciated