vault backup: 2025-02-11 15:54:25

This commit is contained in:
2025-02-11 15:54:25 +08:00
parent 1f4ea24133
commit 4a14e94fe5
3 changed files with 24 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
# 前言
- https://tajourney.games/7872/
- Renderdoc: https://github.com/baldurk/renderdoc
采用本地编译Renderdoc尝试。
**Renderdoc注入的原理是拦截应用程序对图形 API 的调用来捕获帧,在应用程序调用图形 API 函数插入自己的代码这一过程就是hook,所以本地修改的关键就是修改hook相关函数编译自己的注入器。**