Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Linux:
- //int main(int argc, char* argv[])
- //{
- // printf("Hello, array!");
- //}
- //extern "C"
- unsigned char main[] = {
- 0x55,
- 0x8B, 0xEC,
- 0x81, 0xEC, 0xC0, 0x00, 0x00, 0x00,
- 0x53,
- 0x56,
- 0x57,
- 0x8D, 0xBD, 0x40, 0xFF, 0xFF, 0xFF,
- 0xB9, 0x30, 0x00, 0x00, 0x00,
- 0xB8, 0xCC, 0xCC, 0xCC, 0xCC,
- 0xF3, 0xAB,
- 0x8B, 0xF4,
- 0x68, 0x3C, 0x57, 0x99, 0x00,
- 0xFF, 0x15, 0xD4, 0x82, 0x99, 0x00,
- 0x83, 0xC4, 0x04,
- 0x3B, 0xF4,
- 0xE8, 0x4C, 0xFD, 0xFF, 0xFF,
- 0x33, 0xC0,
- 0x5F,
- 0x5E,
- 0x5B,
- 0x81, 0xC4, 0xC0, 0x00, 0x00, 0x00 ,
- 0x3B, 0xEC,
- 0xE8, 0x3A, 0xFD, 0xFF, 0xFF,
- 0x8B, 0xE5,
- 0x5D,
- 0xC3
- };
Add Comment
Please, Sign In to add comment