Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
wgpsec avatar

Evasion Research

  • 31 installs
  • 1.6k repo stars
  • Updated July 19, 2026
  • wgpsec/aboutsecurity

Helps with ai & agent building tasks during AI-assisted development.

About

evasion-research is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • evasion-research
  • AI & Agent Building
  • AI-coding skill

Evasion Research by the numbers

  • 31 all-time installs (skills.sh)
  • +2 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #9,176 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wgpsec/aboutsecurity --skill evasion-research

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs31
repo stars1.6k
Last updatedJuly 19, 2026
Repositorywgpsec/aboutsecurity

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

GitHub 安全研究方法论

⛔ 深入参考

  • 完整研究流程与命令 → references/research-workflow.md

---

5 步研究流程

1. GitHub 搜索 → gh search repos / gh search code
2. 仓库分析 → gh repo view + 读关键文件
3. 模式提取 → 按 6 大类分类
4. 去重检查 → 查已有知识库避免重复
5. 入库保存 → 写入 evasion-techniques-db.json / loader-components-db.json

GitHub 搜索命令速查

# 搜仓库
gh search repos "shellcode loader language:C stars:>20" --limit 20
gh search repos "AMSI bypass" --limit 15
gh search repos "syscall direct" --language c --limit 15

# 搜代码
gh search code "VirtualAlloc PAGE_EXECUTE_READWRITE" --language c --limit 30
gh search code "NtCreateThreadEx" --language c --limit 20

6 大技术分类

类别搜索关键词
内存分配VirtualAlloc, HeapCreate, NtAllocateVirtualMemory, MappedFile
代码执行CreateThread, EnumWindows, APC, Fiber, callback
API 混淆API hashing, PEB walk, dynamic resolve
字符串混淆XOR, AES, stack strings, compile-time encryption
反分析IsDebuggerPresent, anti-VM, sandbox detection
Syscalldirect syscall, indirect syscall, SSN, Hell's Gate

去重规则

条件操作
完全同名❌ 跳过(重复)
同技术不同名❌ 跳过(重复)
同目标不同实现✅ 添加(都有价值)
不同目标类似 API✅ 添加(不同用途)

输出格式

## 研究报告

### 发现的技术
1. [技术名] - [简述] - 复杂度: simple/medium/complex

### 知识库状态
- 新增: X 条
- 重复跳过: Y 条
- 变体补充: Z 条

### 参考链接
- <repository-url>

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.