neviens
December 18th, 2008, 02:54
Hi!
Is it possible to reverse the following equation system:
?
To something like this:
Is it possible to reverse the following equation system:
Quote:
v = eax ^ ecx ^ edi x = eax ^ edx y = edx ^ edi z = ecx ^ edi |
?
To something like this:
Quote:
eax=f(v,x,y,z) edx=f(v,x,y,z) ecx=f(v,x,y,z) edi=f(v,x,y,z) |