Given the foolowing hexa addresses in 32bit memory:
0x0000032 0x0000520 0x08040010 0x08040020 0x08040028
and an additional value to my choice (which can’t include 00, for example 0x32 is prohibited and 0x1002 is prohibited)
Is there a combination of xor operations to yield 0x32? I want it to be as short as possible.
I’ve tried a lot but couldn’t find any, how may I prove there isn’t such combination?
Moran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.