Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T15:39:44.000Z (11 months ago)
- Last Synced: 2024-12-01T02:03:51.270Z (11 days ago)
- Topics: android, frida, ios, mobile, reverse-engineering
- Language: JavaScript
- Homepage: https://www.frida.re
- Size: 36.1 KB
- Stars: 1,263
- Watchers: 41
- Forks: 227
- 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) | ![](https://img.shields.io/github/languages/top/0xdea/frida-scripts) | (Weapons)
- 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://img.shields.io/github/stars/0xdea/frida-scripts.svg?style=flat&color=yellow)](https://github.com/0xdea/frida-scripts)
[![](https://img.shields.io/github/forks/0xdea/frida-scripts.svg?style=flat&color=green)](https://github.com/0xdea/frida-scripts)
[![](https://img.shields.io/github/watchers/0xdea/frida-scripts.svg?style=flat&color=red)](https://github.com/0xdea/frida-scripts)
[![](https://img.shields.io/badge/twitter-%400xdea-blue.svg)](https://twitter.com/0xdea)
[![](https://img.shields.io/badge/mastodon-%40raptor-purple.svg)](https://infosec.exchange/@raptor)> "Just because you're paranoid doesn't mean they aren't after you."
>
> -- Joseph Heller, Catch-22A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps.
Blog post:
https://web.archive.org/web/20200623001844/https://techblog.mediaservice.net/2017/09/tracing-arbitrary-methods-and-function-calls-on-android-and-ios/For a well-maintained project that includes some of my Frida scripts, refer to:
https://github.com/federicodotta/Brida## 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/raptor_frida_ios_*.js**. Miscellaneous script snippets for iOS.## 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/raptor_frida_android_*.js**. Miscellaneous script snippets for Android.