Agent Skills
› gmh5225/awesome-game-security
› graphics-api-hooking
graphics-api-hooking
GitHub用于分析 Direct3D、Vulkan 等图形 API 的挂钩技术、渲染管线及帧捕获证据,支持覆盖层分析与性能测量。
Trigger Scenarios
分析图形 API 挂钩实现
审查渲染与捕获行为
评估覆盖层检测机制
Install
npx skills add gmh5225/awesome-game-security --skill graphics-api-hooking -g -y
SKILL.md
Frontmatter
{
"name": "graphics-api-hooking",
"description": "Analyze Direct3D, DXGI, OpenGL, or Vulkan rendering, overlays, presentation, capture, and measurement evidence. Use when the graphics pipeline or frame-observation boundary is central."
}
Graphics API hooking and rendering
Record the API, backend, driver, compositor, capture path, synchronization model, and tool version before interpreting rendering evidence.
Topic routing
- APIs and rendering for DirectX, OpenGL, Vulkan, hook points, swap chains, and ImGui.
- Overlays, capture, and measurement for overlay methods, shaders, screenshots, OBS, profiling, and anti-detection claims.
- Repository resources and repository map for source selection.
Use game-hacking-techniques for the broader attacker model and game-engine-resources for engine-owned rendering structures. Separate observed capture behavior from assumed anti-cheat enforcement.
Version History
-
4a52192
Current 2026-09-22 04:11
重构为 Topic routing 结构,明确引用路径,分离观察证据与反作弊假设。
-
51e379d
2026-07-31 02:58
新增关于OBS帧捕获模式及其检测配置的描述,并补充了针对活跃路径验证及使用research-rigor技能进行归因的建议。
- c7ff340 2026-07-19 14:07
- f65b5b3 2026-07-05 12:04


