mirror of
https://github.com/violet-devsec/win-shellcode-dev
synced 2026-06-06 16:54:33 +00:00
Compiled dll
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
BOOL WINAPI DllMain(HINSTANCE hinstDll, DWORD dwReason, LPVOID lpReserved)
|
||||
{
|
||||
BOOL bReturnValue = TRUE;
|
||||
switch(dWReason)
|
||||
switch(dwReason)
|
||||
{
|
||||
case DLL_PROCESS_ATTACH:
|
||||
MessageBoxA(NULL, "Hello from Target DLL !!", "Target", MB_OK);
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user