MalwareSourceCode/Win32/Proof of Concepts/ProcessDoppelgänging/MalExe/main.c
vxunderground 900263ea6f updates and moves
n/a
2022-04-11 20:00:13 -05:00

8 lines
131 B
C

#include <stdio.h>
#include <Windows.h>
int main(void)
{
//__asm int 3;
MessageBox(0, "Message body", "Message title", MB_OK);
}