This is my formula in hex.
(53+3C+7-1)xor (45+9B)
And the result of this formula is : 75
<-- hex
My problem is I need to get 53
back using another formula.
how to inverse my formula in bitwise xor to get the value of 53?
54 Views Asked by Gerard Mendiola At
1
some pseudo-code:
so, you just xor the same 45+9B and reverse other operations (+ and -)