Skip to content

bhatti/awesome-frida

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Awesome Frida Awesome

A curated list of awesome projects, libraries, and tools powered by Frida.

What is Frida?

Frida is Greasemonkey for native apps, or, put in more technical terms, it’s a dynamic code instrumentation toolkit. It lets you inject snippets of JavaScript into native apps that run on Windows, Mac, Linux, iOS and Android.

Frida is an open source software.

More info here.

Table of Contents

## Tutorials ## Libraries * [frida-android-hooks](https://github.com/antojoseph/frida-android-hooks) - Hook method calls in Android * [frida-panic](https://github.com/nowsecure/frida-panic) - Easy crash-reporting for Frida-based applications * [frida-compile](https://github.com/frida/frida-compile) - Compile a Frida script comprised of one or more Node.js modules * [frida-trace](https://github.com/nowsecure/frida-trace) - Trace APIs declaratively * [frida-screenshot](https://github.com/nowsecure/frida-screenshot) - Grab (iOS) screenshots * [frida-uiwebview](https://github.com/nowsecure/frida-uiwebview) - Inspect and manipulate UIWebView-hosted GUIs * [frida-uikit](https://github.com/nowsecure/frida-uikit) - Inspect and manipulate UIKit-based GUIs * [frida-contrib](https://github.com/dweinstein/node-frida-contrib) - Frida utility-belt * [frida-load](https://github.com/frida/frida-load) - Load a Frida script comprised of one or more Node.js modules * [frida-remote-stream](https://github.com/nowsecure/frida-remote-stream) - Create an outbound stream over a message transport. * [frida-memory-stream](https://github.com/nowsecure/frida-memory-stream) - Create a stream from one or more memory regions. * [frida-fs](https://github.com/nowsecure/frida-fs) - Create a stream from a filesystem resource. ## Projects - [frida-scripts](https://github.com/as0ler/frida-scripts) - Repository including some useful frida script for iOS Reversing - [IDA Pro plugin](https://github.com/techbliss/Frida_For_Ida_Pro) - IDA Pro plugin - [poxyran/misc](https://github.com/poxyran/misc) - Misc Frida scripts [read-process-memory.py](https://github.com/poxyran/misc/blob/master/frida-read-process-memory.py), [write-process-memory.py](https://github.com/poxyran/misc/blob/master/frida-write-process-memory.py), [frida-heap-trace](https://github.com/poxyran/misc/blob/master/frida-heap-trace.py), - [frida-cycript](https://github.com/nowsecure/frida-cycript) - Fork of cycript with new runtime called [Mjølner](https://github.com/nowsecure/mjolner) powered by Frida. ## Talks & Papers * [OSDC 2015](http://act.osdc.no/osdc2015no/): [Putting the open back into closed software](http://act.osdc.no/osdc2015no/talk/6165) ([PDF](osdc-2015-putting-the-open-back-into-closed-software.pdf) · [Recording](https://youtu.be/tmpjftTHzH8)) * [OSDC 2015](http://act.osdc.no/osdc2015no/): [The engineering behind the reverse engineering](http://act.osdc.no/osdc2015no/talk/6195) ([PDF](osdc-2015-the-engineering-behind-the-reverse-engineering.pdf) · [Recording](https://youtu.be/uc1mbN9EJKQ)) * [NLUUG 2015](https://www.nluug.nl/activiteiten/events/nj15/index.html): [Frida: Putting the open back into closed software](https://www.nluug.nl/activiteiten/events/nj15/abstracts/ab08.html) ([Slides](http://slides.com/oleavr/nluug-2015-frida-putting-the-open-back-into-closed-software) · [Demos](https://github.com/frida/frida-presentations/tree/master/NLUUG2015) · [Recording](https://youtu.be/3lo1Y2oKkE4)) * [ZeroNights 2015](http://2015.zeronights.org/): [Cross-platform reversing with Frida](http://2015.zeronights.org/workshops.html) ([PDF](zeronights-2015-cross-platform-reversing-with-frida.pdf) · [Demos](https://github.com/frida/frida-presentations/tree/master/ZeroNights2015)) ## Powered by Frida * [Aurora](https://github.com/frida/aurora) - Web app built on top of Frida * [CloudSpy](https://github.com/frida/cloudspy) - Web app built on top of Frida * [CryptoShark](https://github.com/frida/cryptoshark) - Self-optimizing cross-platform code tracer based on dynamic recompilation * [diff-gui](https://github.com/antojoseph/diff-gui) - Web GUI for instrumenting Android * ~~[Lobotomy](https://github.com/LifeForm-Labs/lobotomy)~~[Lobotomy Fork](https://github.com/AndroidSecurityTools/lobotomy) - Android Reverse Engineering Framework & Toolkit * [Appmon](https://github.com/dpnishant/appmon) - Runtime Security Testing Framework for iOS, Mac OS X and Android Apps * [Fridump](https://github.com/Nightbringer21/fridump) - A universal memory dumper using Frida * [frida-extract](https://github.com/OALabs/frida-extract) - Automatically extract and reconstruct a PE file that has been injected using the RunPE method ##Videos * [Frida vs Spotify](https://www.youtube.com/watch?v=dvOdwHpQycw) - Spotify RE * [CryptoShark](https://www.youtube.com/watch?v=hzDsxtcRavY) - a self-optimizing cross-platform code tracer based on dynamic recompilation, powered by Frida and Capstone * [Frida Memory Hacking - Angry Birds](https://www.youtube.com/watch?v=nk3rUn2ip0g) - Frida having fun with Angry Birds running on an iPhone * [Frida Memory Hacking - Windows Live Messenger](https://www.youtube.com/watch?v=0Blc0T-Z-ys) - Frida having fun with Windows Live Messenger * [Frida Intro @ NowSecure](https://www.youtube.com/watch?v=4Ag-2LZQM8g) - Frida introduction by Ole * ~~[Lobotomy - Frida Demo](https://asciinema.org/a/24269) - This demo is leveraging the Frida toolkit to instrument a target app's Activity calls.~~ ##Blog posts * [Build a debugger in 5 minutes](https://medium.com/@oleavr/build-a-debugger-in-5-minutes-1-5-51dce98c3544#.mn48pvhok) * [Reverse Engineering with Javascript](https://www.nowsecure.com/blog/2015/08/06/reverse-engineering-with-javascript/) * [iOS 9 Reverse Engineering with Javascript](https://www.nowsecure.com/blog/2015/11/16/ios-9-reverse-engineering-with-javascript/) * [iOS Instrumentation without Jailbreak](https://www.nowsecure.com/blog/2015/11/23/ios-instrumentation-without-jailbreak/) * [Introduction to Fridump](http://pentestcorner.com/introduction-to-fridump/) - Fridump is an open source memory dumper tool ## Community * [Stack Overflow](http://stackoverflow.com/questions/tagged/frida) * [@fridaotre on Twitter](https://twitter.com/fridadotre) * [@oleavr on Twitter](https://twitter.com/oleavr) * [Reddit](https://www.reddit.com/r/frida) ## Contributions Your contributions are always welcome!

If you want to contribute to this list (please do), send me a pull request or contact me @insitusec

Also, if you notice that a listing should be deprecated or replaced:

  • Repository's owner explicitly say that "this library is not maintained".
  • Not committed for long time (2~3 years).

More info on the guidelines

## Credits

About

Awesome Frida - A curated list of Frida resources http://www.frida.re/ (https://github.com/frida/frida)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published