Advertisement
DEKTEN

SSP_001

Dec 17th, 2020 (edited)
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.31 KB | None | 0 0
  1.     #include <stdio.h>  
  2.     int main( void ){
  3.         int stuff[ 8 ]={
  4.         /**/0x0A0A0A0A   ,   0x2e777777  
  5.         ,   0x74697774   ,   0x632e6863  
  6.         ,   0x6b2f6d6f   ,   0x696a6e61  
  7.         ,   0x65646f63   ,   0x000A0A72        
  8.         };
  9.         printf( (void*)&(stuff[0]) );
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement