From 5dd35841220cf0689fcc86c844fdae47756bf1b2 Mon Sep 17 00:00:00 2001 From: hugy <504650082@qq.com> Date: Wed, 22 Mar 2023 17:02:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8C=87=E5=AE=9A=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E6=B3=A8=E5=85=A5=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7327b7a..06db84c 100644 --- a/README.md +++ b/README.md @@ -91,12 +91,15 @@ vcpkg //-i 注入程序名 -p 注入dll路径 // -u 卸载程序名 -d 卸载dll名称 // -m pid 关闭微信互斥体,多开微信 + // -P port 指定http端口,需要使用 specify-port 分支的生成的dll //注入 ConsoleInject.exe -i demo.exe -p E:\testInject.dll //卸载 ConsoleInject.exe -u demo.exe -d testInject.dll //多开 ConsoleInject.exe -m 1222 + // 注入并指定http端口 + ConsoleInject.exe -i demo.exe -p E:\testInject.dll -P 18888 ``` #### 更新说明