rsenet / FriList

Collection of useful FRIDA Mobile Scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRs Welcome

Collection of useful FRIDA Mobile Scripts.

    / _  |   Frida 16.0.6 - A world-class dynamic instrumentation toolkit
   | (_| |
    > _  |   Commands:
   /_/ |_|       help      -> Displays the help system
   . . . .       object?   -> Display information about 'object'
   . . . .       exit/quit -> Exit
   . . . .
   . . . .   More info at https://frida.re/docs/home/
   . . . .
   . . . .   Connected to Android Emulator 5554 (id=emulator-5554)

Feel free to PR if you want to add new scripts to the list. New scripts will have to respect the nomenclature currently used:

    Description: Small description of the script
    Usage: frida -U -f XXX -l script-name.js
    Credit: 

    Link:
    	https://link

Almost none of his scripts are mine. If there is any mistake on the credits of a script, please contact me

Table of Contents

Observer
Security Bypass
Static Analysis
Specific Software
Other

About

Collection of useful FRIDA Mobile Scripts


Languages

Language:JavaScript 100.0%