Swiftkill

Notabanana

Dec 13th, 2020 (edited)
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.70 KB | None | 0 0
  1. // Linux:
  2. //int main(int argc, char* argv[])
  3. //{
  4. //   printf("Hello, array!");
  5. //}
  6. //extern "C"
  7. unsigned char main[] = {
  8.     0x55,
  9.     0x8B, 0xEC,
  10.     0x81, 0xEC, 0xC0, 0x00, 0x00, 0x00,
  11.     0x53,
  12.     0x56,
  13.     0x57,
  14.     0x8D, 0xBD, 0x40, 0xFF, 0xFF, 0xFF,
  15.     0xB9, 0x30, 0x00, 0x00, 0x00,
  16.     0xB8, 0xCC, 0xCC, 0xCC, 0xCC,
  17.     0xF3, 0xAB,
  18.     0x8B, 0xF4,
  19.     0x68, 0x3C, 0x57, 0x99, 0x00,
  20.     0xFF, 0x15, 0xD4, 0x82, 0x99, 0x00,
  21.     0x83, 0xC4, 0x04,
  22.     0x3B, 0xF4,    
  23.     0xE8, 0x4C, 0xFD, 0xFF, 0xFF,
  24.     0x33, 0xC0,              
  25.     0x5F,              
  26.     0x5E,                
  27.     0x5B,            
  28.     0x81, 0xC4, 0xC0, 0x00, 0x00, 0x00 ,
  29.     0x3B, 0xEC,        
  30.     0xE8, 0x3A, 0xFD, 0xFF, 0xFF,  
  31.     0x8B, 0xE5,  
  32.     0x5D,
  33.     0xC3        
  34. };
Add Comment
Please, Sign In to add comment