Guest User

Untitled

a guest
Nov 23rd, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. unsigned char* xorPtr = (unsigned char*)doubleArr;
  2.  
  3. for (int i = 0; i < sizeof(doubleArr); i++){
  4. xorPtr[i] ^= 0xAA;
  5. }
Add Comment
Please, Sign In to add comment