Advertisement
finalshare

Untitled

May 19th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.23 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main(){
  4.     char c[30]= {0x12,0x18,0x15,0x13,0xF,0x1C,0x1B,3,0x2B,0x11,0x15,7,0xD,0x2B,0x2C,0x3B,0x26,0x2B,0x1D,7,0x2B,0x55,9};
  5.     int i=0;
  6.     for (i=0;i<23;++i){
  7.         printf("%c",c[i]^0x74);
  8.     }
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement