binary-exploitation-methodology
Installation
SKILL.md
二进制漏洞利用基础方法论
核心流程:分析目标二进制 → 识别保护机制 → 判断漏洞类型 → 选择利用策略 → 开发利用代码 → 测试验证
深入参考
- 利用策略完整决策树与保护机制绕过详解 → references/exploitation-strategy-reference.md
- Heap 利用实战方法论(tcache/fastbin/unsorted bin/House of X) → references/heap-exploitation.md
- Format string 完整攻击流程 → references/format-string-exploitation.md
- libc 版本识别与偏移计算 → references/libc-identification.md
- seccomp 沙箱评估与绕过 → references/seccomp-sandbox-assessment.md