From 8c6a174da099eb36c83b3eb4ff9642d587308f81 Mon Sep 17 00:00:00 2001 From: Wangfly Date: Thu, 24 Aug 2023 01:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BA=BF=E7=A8=8B=E6=B3=A8?= =?UTF-8?q?=E5=85=A5=E5=92=8CAPC=E6=B3=A8=E5=85=A5=E7=9A=84=E6=BA=90?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plug/APC-Ijnect Load/APC.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plug/APC-Ijnect Load/APC.cpp b/plug/APC-Ijnect Load/APC.cpp index ad4f38f..69af75f 100644 --- a/plug/APC-Ijnect Load/APC.cpp +++ b/plug/APC-Ijnect Load/APC.cpp @@ -70,7 +70,6 @@ DWORD FindProcessId() int APIENTRY wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _In_ LPWSTR lpCmdLine, _In_ int nCmdShow) { - //1.Get shellcode and shellcodesize from Resource by ID UINT shellcodeSize = 0; unsigned char *shellcode = GetShellcodeFromRes(100, shellcodeSize); if (shellcode == nullptr)