hooker

hooker

An Android reverse engineering toolkit based on Frida, offering CLI and automated script generation.

MCPDevOpen source
Type
MCP
Open source
Yes
GitHub Stars
★ 5.2k
Source
mcp-github

Overview

hooker is an Android reverse engineering toolkit built on Frida. It provides a user-friendly command-line interface and commonly used universal scripts, supporting automated hook script generation, memory traversal to detect activities and services, one-click SOCKS5 proxy setup, and more. With hooker, AI can perform reverse analysis and debugging tasks more conveniently. Ideal for developers who need in-depth research and testing of Android applications.

Capabilities

  • Automated hook script generation
  • Memory traversal to detect activities and services
  • One-click SOCKS5 proxy setup
  • Frida version of JustTrustMe
  • BoringSSL unpinning for all apps across the network

Use cases

Reverse engineering Android applicationsDebugging and testing mobile applicationsSecurity assessment and vulnerability detection

Setup

Requires: Python 3.8.8Frida 16.7.19Root权限的Android设备
git clone https://github.com/CreditTone/hooker.git && cd hooker && pip3 install -r requirements.txt

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Does hooker support non-root devices?

No, root access is required on the Android device.

Does hooker support x86 emulators?

No, it only supports physical devices.

Related skills