Zurück zum Ranking

frida/frida

Mesonfrida.re

Clone this repo to build Frida

fridainstrumentationvala
Sterne-Wachstum
Sterne
21.4k
Forks
2.2k
Wochenwachstum
Issues
2k
10k20k
Mai 2013Sept. 2017Feb. 2022Juli 2026
README

Frida

Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. Learn more at frida.re.

Two ways to install

1. Install from prebuilt binaries

This is the recommended way to get started. All you need to do is:

pip install frida-tools # CLI tools
pip install frida       # Python bindings
npm install frida       # Node.js bindings

You may also download pre-built binaries for various operating systems from Frida's releases page on GitHub.

2. Build your own binaries

Run:

make

You may also invoke ./configure first if you want to specify a --prefix, or any other options.

CLI tools

For running the Frida CLI tools, e.g. frida, frida-ls-devices, frida-ps, frida-kill, frida-trace, frida-discover, etc., you need a few packages:

pip install colorama prompt-toolkit pygments websockets

Apple OSes

First make a trusted code-signing certificate. If you have already used Xcode before, chances are you already have an Apple development certificate. You can check it with the following command:

security find-identity -v -p codesigning

Which will return the certificate in the following format:

1) XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX "Apple Development: user@mail.com (YYYYYYYYYY)"

If you do not have a certificate, follow this guide: https://help.apple.com/xcode/mac/current/#/dev154b28f09.

Next export the name of your certificate to relevant environment variables, and run make:

export MACOS_CERTID=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
export IOS_CERTID=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
export WATCHOS_CERTID=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
export TVOS_CERTID=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
make

Learn more

Have a look at our documentation.

Ähnliche Repositories
sensepost/objection

📱 objection - runtime mobile exploration

PythonPyPIGNU General Public License v3.0mobilepentest
9.3k989
firerpa/lamda

Android Full-Stack Device Control Platform: WebRTC/H.264 remote desktop, UI/OCR/image-matching automation, one-click MITM, built-in Frida, proxy/VPN/frp/P2P networking, MCP/Agent, 160+ APIs, designed for multi-device clusters and engineered deployments.

PythonPyPIMIT Licenseadbandroid
device-farm.com
7.9k1.1k
CreditTone/hooker

🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL unpinning for all apps.

JavaScriptnpmfridaandroid
5.2k1.3k
alphaSeclab/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)

reverse-engineeringidapro
5k901
ax/apk.sh

Makes reverse engineering Android apps easier, automating repetitive tasks like pulling, decoding, rebuilding and patching an APK.

ShellGNU General Public License v3.0androidapk
3.8k225
dweinstein/awesome-frida

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

Creative Commons Zero v1.0 Universalfridaawesome
3.5k367
hookmaster/frida-all-in-one

《FRIDA操作手册》by @hluwa @r0ysue

HTMLfridaawesome
3.1k616
m0bilesecurity/RMS-Runtime-Mobile-Security

Runtime Mobile Security (RMS) 📱🔥 - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime

JavaScriptnpmGNU General Public License v3.0mobile-securityandroid-security
twitter.com/mobilesecurity_
3k411
AFLplusplus/LibAFL

Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...

Rustcrates.ioOtheraflafl-fuzz
2.6k476
iddoeldor/frida-snippets

Hand-crafted Frida examples

JavaScriptnpmfridahooking
2.5k439
Ch0pin/medusa

Mobile Edge-Dynamic Unified Security Analysis

JavaScriptnpmGNU General Public License v3.0malwaredynamic-analysis
github.com/Ch0pin/medusa/wiki
2.3k318
httptoolkit/frida-interception-and-unpinning

Frida scripts to rewrite mobile applications at runtime to directly MitM all HTTPS traffic

JavaScriptnpmGNU Affero General Public License v3.0androidfrida
httptoolkit.com/android/
2.2k284