Resources
This page contains resources and references that are have helped write this handbook or are just useful.
frida.re - the official Frida website The Frida API Bible: Official resource for the Frida JavaScript API. Keep this page bookmarked. Frida's Telegram Channel
Awesome Frida: A curated list of awesome projects, libraries, and tools powered by Frida.
Technical concepts¶
- Anatomy of a code tracer: Explains how Frida's Stalker engine works in the background
- Marcosatti's dynamic recompilation guide
- Swift ABI
Scripts and code examples¶
- Frida CodeShare repository: Repository of snippets that are usable with Frida's command line.
- iddoeldor's frida snippets: Excellent repository, with several useful and practical examples.
- Android-related Frida snippets: Repository of rocco8620 with various Frida code examples.
Tutorials¶
- R2Frida for noobs: Contains various tutorials on reverse engineering and r2frida. Generally his resources are really good.
- entdark's blogposts: Blogposts mostly about Frida and with practical examples (shameless plug).
- @enovella's r2frida practical examples: Practical examples of examples using
r2frida
.
If you want to add more useful resources, please let me know @entdark_