correct answer is 72616e646f6d2073656564 in hex and i ve got it in like 5 min, but lost an hour to figure out the answer format. c++ there
Code: Select all
printf("%c%c%c%c%c%c%c%c%c%c%c%c",
(0x3d ^ 0x4F),
(0x2e ^ 0x4F),
(0x21 ^ 0x4F),
(0x2b ^ 0x4F),
(0x20 ^ 0x4F),
(0x22 ^ 0x4F),
(0x6f ^ 0x4F),
(0x3c ^ 0x4F),
(0x2a ^ 0x4F),
(0x2a ^ 0x4F),
(0x2b ^ 0x4F));