https://github.com/0xdea/frida-scripts
A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps.
https://github.com/0xdea/frida-scripts
android frida ios mobile reverse-engineering
Last synced: 16 days ago
JSON representation
A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps.
- Host: GitHub
- URL: https://github.com/0xdea/frida-scripts
- Owner: 0xdea
- License: mit
- Created: 2017-08-30T17:52:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T15:39:44.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T13:06:20.283Z (7 months ago)
- Topics: android, frida, ios, mobile, reverse-engineering
- Language: JavaScript
- Homepage: https://www.frida.re
- Size: 36.1 KB
- Stars: 1,307
- Watchers: 40
- Forks: 230
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-security-collection - **407**星
- awesome-frida - 0xdea/frida-scripts - instrumentation scripts to facilitate reverse engineering of android and iOS Apps. (Projects)
- MobileHackersWeapons - frida-scripts - scripts?label=%20)| (Weapons / All)
- awesome-hacking-lists - 0xdea/frida-scripts - A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps. (JavaScript)
README
# frida-scripts
[](https://github.com/0xdea/frida-scripts)
[](https://github.com/0xdea/frida-scripts)
[](https://github.com/0xdea/frida-scripts)
[](https://github.com/frida/frida)
[](https://twitter.com/0xdea)
[](https://infosec.exchange/@raptor)
> "Just because you're paranoid doesn't mean they aren't after you."
>
> -- Joseph Heller, Catch-22
A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps and more.
Blog post:
*Note: My old iOS and Android scripts might require some tweakings. For a well-maintained project that includes some of my Frida scripts, refer to: *
## iOS
* [**raptor_frida_ios_trace.js**](https://github.com/0xdea/frida-scripts/blob/master/raptor_frida_ios_trace.js). Full-featured ObjC and Module tracer for iOS.
* [**raptor_frida_ios_enum.js**](https://github.com/0xdea/frida-scripts/blob/master/raptor_frida_ios_enum.js). Collection of functions to enumerate ObjC classes and methods.
* [**ios-snippets/**](https://github.com/0xdea/frida-scripts/tree/master/ios-snippets). Miscellaneous script snippets for iOS (tested with Frida before 17.0.0).
## Android
* [**raptor_frida_android_trace.js**](https://github.com/0xdea/frida-scripts/blob/master/raptor_frida_android_trace.js). Full-featured Java and Module tracer for Android.
* [**raptor_frida_android_enum.js**](https://github.com/0xdea/frida-scripts/blob/master/raptor_frida_android_enum.js). Collection of functions to enumerate Java classes and methods.
* [**android-snippets/**](https://github.com/0xdea/frida-scripts/tree/master/android-snippets). Miscellaneous script snippets for Android (tested with Frida before 17.0.0).
## Linux
* [**raptor_frida_linux_trace.js**](https://github.com/0xdea/frida-scripts/blob/master/raptor_frida_linux_trace.js). Full-featured function call tracer for Linux.
* [**raptor_frida_linux_enum.js**](https://github.com/0xdea/frida-scripts/blob/master/raptor_frida_linux_enum.js). Collection of functions to enumerate modules and functions in a binary.
## Windows
* *TODO*
## macOS
* *TODO*