From 39bdf166ab4a2338a31bbef796edea60eb2c355a Mon Sep 17 00:00:00 2001 From: ttttupup <31303661+ttttupup@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:46:50 +0800 Subject: [PATCH] Created Q&A (markdown) --- Q&A.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Q&A.md diff --git a/Q&A.md b/Q&A.md new file mode 100644 index 0000000..8489a8a --- /dev/null +++ b/Q&A.md @@ -0,0 +1,7 @@ +# Q:我使用注入工具注入失败,怎么办? +A: 注入原理参考书籍 《windows核心编程》 《加密与解密》 + +参考博客: https://aliongreen.github.io/posts/remote-thread-injection.html + +解决方案参考:https://github.com/ttttupup/wxhelper/discussions/65 +