Skip to main content
ClaudeWave

🔥🔥 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.

MCP Servers5.3k stars1.3k forksJavaScriptUpdated 2mo ago
Editor's note

Hooker is a Frida-based Android reverse engineering toolkit that exposes its capabilities through both a command-line interface and an MCP server, making it accessible to Claude and other AI-assisted workflows. The CLI connects to a rooted Android device over USB via ADB and automatically manages frida-server startup without manual configuration. Core features include auto-generation of Frida hook scripts, memory scanning to enumerate running activities and services, SSL unpinning via a Frida port of JustTrustMe and BoringSSL unpinning, one-click SOCKS5 proxy setup, and a bundled library of ready-made scripts covering tasks like DEX dumping, JNI method tracing, root detection bypass, encryption algorithm hooking, and keystore dumping. An embedded web server can expose any instrumented app function as an HTTP endpoint for automation pipelines. The MCP integration allows Claude to invoke these instrumentation and analysis tools directly, which is most useful for mobile security researchers and Android developers who need to inspect app behavior, intercept traffic, or automate dynamic analysis at scale.

ClaudeWave Trust Score
85/100
Trusted
Passed
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/CreditTone/hooker
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "hooker": {
      "command": "node",
      "args": ["/path/to/hooker/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/CreditTone/hooker and follow its README for install instructions.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
androidapkboringsslfridajusttrustmemcpreverse-engineeringsslunpinningxposed

What people ask about hooker

What is CreditTone/hooker?

+

CreditTone/hooker is mcp servers for the Claude AI ecosystem. 🔥🔥 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. It has 5.3k GitHub stars and was last updated 2mo ago.

How do I install hooker?

+

You can install hooker by cloning the repository (https://github.com/CreditTone/hooker) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is CreditTone/hooker safe to use?

+

Our security agent has analyzed CreditTone/hooker and assigned a Trust Score of 85/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains CreditTone/hooker?

+

CreditTone/hooker is maintained by CreditTone. The last recorded GitHub activity is from 2mo ago, with 48 open issues.

Are there alternatives to hooker?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy hooker to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: CreditTone/hooker
[![Featured on ClaudeWave](https://claudewave.com/api/badge/credittone-hooker)](https://claudewave.com/repo/credittone-hooker)
<a href="https://claudewave.com/repo/credittone-hooker"><img src="https://claudewave.com/api/badge/credittone-hooker" alt="Featured on ClaudeWave: CreditTone/hooker" width="320" height="64" /></a>

More MCP Servers