Skip to content

Latest commit

 

History

History
323 lines (214 loc) · 18.7 KB

README.md

File metadata and controls

323 lines (214 loc) · 18.7 KB

PRs Welcome Android iOS


FriList

Collection of useful FRIDA Mobile Scripts
Explore the docs »

 / _  |   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 these scripts are mine. If there is any mistake on the credits of a script, please contact me

(back to top)

Table of Contents

Observer
Security Bypass
Static Analysis
Specific Software
Other

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Author

Régis SENET (rsenet)

(back to top)

License

The project is available as open source under the terms of the GPLv3

(back to top)