Sebastian
❔ Reversing XOR of shifted numbers
So, to give more context, here is the function that does the shifting, it is in C
The original values are in hexa and I tried to make it as simple as possible but as it turns out I might not understand it completely. Sorry for that.
So a hex number is passed through this function, and the result is XOR-ed with the original number. Will the XOR result be enough to find out the original hex number?
13 replies