MalwareSourceCode/Win32/Proof of Concepts/ProcessDoppelgänging/MalExe/main.c

8 lines
131 B
C
Raw Normal View History

2022-04-12 01:00:13 +00:00
#include <stdio.h>
#include <Windows.h>
int main(void)
{
//__asm int 3;
MessageBox(0, "Message body", "Message title", MB_OK);
}