mirror of
https://github.com/gadievron/raptor.git
synced 2026-04-24 21:46:00 +03:00
[PR #57] Feature/frida integration #62
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/raptor#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/gadievron/raptor/pull/57
Author: @Splinters-io
Created: 1/5/2026
Status: 🔄 Open
Base:
main← Head:feature/frida-integration📝 Commits (10+)
ed93090Add Frida dynamic instrumentation integration1e2c70aComplete Frida dynamic instrumentation integration615c685Add /frida Claude Code skill9c31d87Add RAPTOR Meta-Orchestrator for intelligent tool coordinationdf24411Add comprehensive Frida integration documentation36dd2aeAdd comprehensive binary context analysis and finding normalization96d7853Add complete integration architecture documentation1e738b3Add RAPTOR Doctor - Comprehensive Dependency Checker47e339fAdd RAPTOR Doctor - Dependency Checker and Health Diagnostics86758d6Add 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.