Compiled dll

This commit is contained in:
violet-devsec
2025-08-01 22:21:05 +01:00
parent cafd13906b
commit c1c844a217
3 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -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
View File
Binary file not shown.