[PR #57] Feature/frida integration #62

Open
opened 2026-03-02 04:08:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gadievron/raptor/pull/57
Author: @Splinters-io
Created: 1/5/2026
Status: 🔄 Open

Base: mainHead: feature/frida-integration


📝 Commits (10+)

  • ed93090 Add Frida dynamic instrumentation integration
  • 1e2c70a Complete Frida dynamic instrumentation integration
  • 615c685 Add /frida Claude Code skill
  • 9c31d87 Add RAPTOR Meta-Orchestrator for intelligent tool coordination
  • df24411 Add comprehensive Frida integration documentation
  • 36dd2ae Add comprehensive binary context analysis and finding normalization
  • 96d7853 Add complete integration architecture documentation
  • 1e738b3 Add RAPTOR Doctor - Comprehensive Dependency Checker
  • 47e339f Add RAPTOR Doctor - Dependency Checker and Health Diagnostics
  • 86758d6 Add LLM-generated Frida hooks, interactive mode, cross-platform support

📊 Changes

26 files changed (+7551 additions, -10 deletions)

View changed files

.claude/skills/frida/SKILL.md (+295 -0)
FRIDA_INTEGRATION.md (+338 -0)
INTEGRATION_ARCHITECTURE.md (+464 -0)
QUICKSTART.md (+228 -0)
RAPTOR_DOCTOR_TEST_RECEIPT.md (+286 -0)
SETUP_MACOS.md (+377 -0)
packages/core/finding_normalizer.py (+485 -0)
packages/frida/__init__.py (+12 -0)
packages/frida/autonomous.py (+556 -0)
packages/frida/binary_context_analyzer.py (+449 -0)
packages/frida/interactive.py (+499 -0)
packages/frida/methodology.py (+339 -0)
packages/frida/platform.py (+274 -0)
packages/frida/scanner.py (+381 -0)
packages/frida/templates/anti-debug.js (+183 -0)
packages/frida/templates/api-trace.js (+137 -0)
packages/frida/templates/binary-environment.js (+499 -0)
packages/frida/templates/crypto-trace.js (+100 -0)
packages/frida/templates/memory-scan.js (+143 -0)
packages/frida/templates/ssl-unpin.js (+181 -0)

...and 6 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gadievron/raptor/pull/57 **Author:** [@Splinters-io](https://github.com/Splinters-io) **Created:** 1/5/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/frida-integration` --- ### 📝 Commits (10+) - [`ed93090`](https://github.com/gadievron/raptor/commit/ed930906dfafd107b26dcfe1382eb49f30c833c7) Add Frida dynamic instrumentation integration - [`1e2c70a`](https://github.com/gadievron/raptor/commit/1e2c70a2b7fd10b57f1b7a7edef8f21ad06ca10e) Complete Frida dynamic instrumentation integration - [`615c685`](https://github.com/gadievron/raptor/commit/615c685a8f4f2979b5f91cb9e5d550029d070aa3) Add /frida Claude Code skill - [`9c31d87`](https://github.com/gadievron/raptor/commit/9c31d87696133b2602ec8b42fee3651fbc1a75ac) Add RAPTOR Meta-Orchestrator for intelligent tool coordination - [`df24411`](https://github.com/gadievron/raptor/commit/df244111a54ad439236e8e4123bd0dc63b88cc1e) Add comprehensive Frida integration documentation - [`36dd2ae`](https://github.com/gadievron/raptor/commit/36dd2aef97d48550438c8feed70c44c8975296be) Add comprehensive binary context analysis and finding normalization - [`96d7853`](https://github.com/gadievron/raptor/commit/96d78534bff4b7fbe2d4ea7c55b7d01cf99b8f42) Add complete integration architecture documentation - [`1e738b3`](https://github.com/gadievron/raptor/commit/1e738b3d309209313d319c157e7d9857e58153bf) Add RAPTOR Doctor - Comprehensive Dependency Checker - [`47e339f`](https://github.com/gadievron/raptor/commit/47e339f6dfe81654e4345a595f6992777de024dd) Add RAPTOR Doctor - Dependency Checker and Health Diagnostics - [`86758d6`](https://github.com/gadievron/raptor/commit/86758d6b06fe90b5f041e2eacce3083ad8e502b6) Add LLM-generated Frida hooks, interactive mode, cross-platform support ### 📊 Changes **26 files changed** (+7551 additions, -10 deletions) <details> <summary>View changed files</summary> ➕ `.claude/skills/frida/SKILL.md` (+295 -0) ➕ `FRIDA_INTEGRATION.md` (+338 -0) ➕ `INTEGRATION_ARCHITECTURE.md` (+464 -0) ➕ `QUICKSTART.md` (+228 -0) ➕ `RAPTOR_DOCTOR_TEST_RECEIPT.md` (+286 -0) ➕ `SETUP_MACOS.md` (+377 -0) ➕ `packages/core/finding_normalizer.py` (+485 -0) ➕ `packages/frida/__init__.py` (+12 -0) ➕ `packages/frida/autonomous.py` (+556 -0) ➕ `packages/frida/binary_context_analyzer.py` (+449 -0) ➕ `packages/frida/interactive.py` (+499 -0) ➕ `packages/frida/methodology.py` (+339 -0) ➕ `packages/frida/platform.py` (+274 -0) ➕ `packages/frida/scanner.py` (+381 -0) ➕ `packages/frida/templates/anti-debug.js` (+183 -0) ➕ `packages/frida/templates/api-trace.js` (+137 -0) ➕ `packages/frida/templates/binary-environment.js` (+499 -0) ➕ `packages/frida/templates/crypto-trace.js` (+100 -0) ➕ `packages/frida/templates/memory-scan.js` (+143 -0) ➕ `packages/frida/templates/ssl-unpin.js` (+181 -0) _...and 6 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/raptor#62
No description provided.