From 7ced06fd6fbc3d870409eb9eccaa9270c950c5fc Mon Sep 17 00:00:00 2001 From: Gy Hu Date: Wed, 21 Dec 2022 20:42:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c88a8..89f57ed 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,14 @@ release:编译好的dll。 2.通过http协议与dll通信,方便客户端操作。 3.接口的url为http://127.0.0.1:19088,注入成功后,直接进行调用即可。 4.特别注意数据库查询接口需要先调用获取到句柄之后,才能进行查询。 +5.相关功能只在win11环境下进行简单测试,其他环境无法保证。 +#### 编译环境 - +Visual Studio 2022(x86) +Visual Studio code +cmake +vcpkg ### 接口文档: @@ -677,3 +682,7 @@ release:编译好的dll。 ``` +#### 感谢 +https://github.com/ljc545w/ComWeChatRobot +https://github.com/NationalSecurityAgency/ghidra +https://github.com/x64dbg/x64dbg \ No newline at end of file