Compare commits

...

3 Commits

Author SHA1 Message Date
hugy
4af7e3f58b 注入工具支持指定端口 2023-03-22 17:07:50 +08:00
hugy
1638a49dd4 注入工具支持指定端口 2023-03-22 17:07:34 +08:00
hugy
41091b1c6f 指定http端口 2023-03-22 16:57:58 +08:00
3 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call,
LPVOID lpReserved) {
switch (ul_reason_for_call) {
case DLL_PROCESS_ATTACH: {
http_start(19088);
// http_start(19088);
break;
}
case DLL_THREAD_ATTACH: {

Binary file not shown.

Binary file not shown.