All Projects â†’ 0xdea â†’ Frida Scripts

0xdea / Frida Scripts

Licence: mit
A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Frida Scripts

Jnitrace Engine
Engine used by jnitrace to intercept JNI API calls.
Stars: ✭ 94 (-85.86%)
Mutual labels:  frida, reverse-engineering
Luject
🍹A static injector of dynamic library for application (android, iphoneos, macOS, windows, linux)
Stars: ✭ 203 (-69.47%)
Mutual labels:  frida, reverse-engineering
Corellium Android Unpacking
Android Unpacking Automation using Corellium Devices
Stars: ✭ 107 (-83.91%)
Mutual labels:  frida, reverse-engineering
Appmon
Documentation:
Stars: ✭ 1,157 (+73.98%)
Mutual labels:  frida, reverse-engineering
Objection
📱 objection - runtime mobile exploration
Stars: ✭ 4,404 (+562.26%)
Mutual labels:  frida, mobile
Rms Runtime Mobile Security
Runtime Mobile Security (RMS) 📱đŸ”Ĩ - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime
Stars: ✭ 1,194 (+79.55%)
Mutual labels:  frida, reverse-engineering
Magisk Frida
🔐 Run frida-server on boot with Magisk, always up-to-date
Stars: ✭ 144 (-78.35%)
Mutual labels:  frida, reverse-engineering
Qbdi
A Dynamic Binary Instrumentation framework based on LLVM.
Stars: ✭ 801 (+20.45%)
Mutual labels:  frida, reverse-engineering
Frick
frick - aka the first debugger built on top of frida
Stars: ✭ 267 (-59.85%)
Mutual labels:  frida, reverse-engineering
Awesome Reverse Engineering
Reverse Engineering Resources About All Platforms(Windows/Linux/macOS/Android/iOS/IoT) And Every Aspect! (More than 3500 open source tools and 2300 posts&videos)
Stars: ✭ 2,954 (+344.21%)
Mutual labels:  frida, reverse-engineering
Frida Snippets
Hand-crafted Frida examples
Stars: ✭ 1,081 (+62.56%)
Mutual labels:  frida, reverse-engineering
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (-23.01%)
Mutual labels:  frida, reverse-engineering
House
A runtime mobile application analysis toolkit with a Web GUI, powered by Frida, written in Python.
Stars: ✭ 910 (+36.84%)
Mutual labels:  frida, mobile
Iostrace
alternative strace for iOS device(64bit) on frida
Stars: ✭ 84 (-87.37%)
Mutual labels:  frida, reverse-engineering
Dwarf
Full featured multi arch/os debugger built on top of PyQt5 and frida
Stars: ✭ 916 (+37.74%)
Mutual labels:  frida, reverse-engineering
Frida Android Scripts
Some frida scripts
Stars: ✭ 124 (-81.35%)
Mutual labels:  frida, reverse-engineering
Awesome Mobile Security
An effort to build a single place for all useful android and iOS security related stuff. All references and tools belong to their respective owners. I'm just maintaining it.
Stars: ✭ 1,837 (+176.24%)
Mutual labels:  reverse-engineering, mobile
Command Mobile Penetration Testing Cheatsheet
Mobile penetration testing android & iOS command cheatsheet
Stars: ✭ 221 (-66.77%)
Mutual labels:  frida, mobile
Reverseapk
Quickly analyze and reverse engineer Android packages
Stars: ✭ 419 (-36.99%)
Mutual labels:  reverse-engineering, mobile
Jnitrace
A Frida based tool that traces usage of the JNI API in Android apps.
Stars: ✭ 534 (-19.7%)
Mutual labels:  frida, reverse-engineering

frida-scripts

A 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/

iOS

  • raptor_frida_ios_trace.js. Full-featured ObjC and Module tracer for iOS.
  • 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. Full-featured Java and Module tracer for Android.
  • 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].