Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. I have this pinned to on-topic but it's mostly getting trolled on:
  2.  
  3. Can anyone think or find a reason for these to be important:
  4.  
  5. 0x55dfxa
  6. 0x55dfxb
  7. 0x55dfxc
  8. 0x55dfx4
  9. 0x55dfx5
  10. 0x55dfx9
  11. 0x55dfx10
  12. 0x55dfx12
  13. 0x55dfx13
  14. 0x55dfx14
  15. 0x55dfx15
  16. 0x55dfx20
  17. 0x55dfx21
  18. 0x55dfx22
  19. 0x55dfx23
  20. 0x55dfx1a
  21.  
  22. 1. They're Hexatrigesimal aka Base36
  23. 2. They're the non-hexadecimal variables from Sombra's (hilarious) xss-payload.js: http://us.battle.net/forums/static/js/vendor/injected/xss-payload.js
  24. 3. The 0x55 indicates high or low endian byte values (http://teaching.idallen.com/cst8281/10w/notes/110_byte_order_endian.html). **This might play a role later on, hinting that we need to byte-swap in order to find the correct answer to something** (aka the bitchiness of unicode http://www.joelonsoftware.com/articles/Unicode.html)
  25.  
  26. I kind of feel that it might help with the image since it was in the same clue :S
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement