mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-17 00:09:23 +00:00
updates and moves
n/a
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
#include <Windows.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
//__asm int 3;
|
||||
MessageBox(0, "Message body", "Message title", MB_OK);
|
||||
}
|
||||
Reference in New Issue
Block a user