mirror of
https://github.com/r00tkiter/PE2Shellcode
synced 2026-06-08 16:53:41 +00:00
8 lines
104 B
C++
8 lines
104 B
C++
#include <Windows.h>
|
|
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
MessageBoxA(0, "suc", "------", 0);
|
|
return 0;
|
|
} |