mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-02-23 15:04:39 +00:00
8 lines
131 B
C
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);
|
||
|
}
|