Initial commit

This commit is contained in:
zhongwei
2025-11-29 09:37:34 +08:00
commit 01796b85a9
6 changed files with 405 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "reverse-engineering",
"description": "逆向工程与二进制分析 - IDA Pro/Ghidra专家",
"version": "1.0.0",
"author": "743175724",
"skills": [
"./plugins/reverse-engineering/skills/ida-pro-techniques.md"
],
"agents": [
"./plugins/reverse-engineering/agents/reverse-engineer.md"
],
"commands": [
"./plugins/reverse-engineering/commands/analyze-binary.md"
]
}