g0dmoney
12-30-2003, 09:43 PM
hey guys, quick question. I have 4 values, the first 2 values are xor'd by 2 different numbers and the second set of values are xor'd by 2 other different numbers, both lower than the first two.. looks kinda like this:
xor eax,23556958
xor ecx,24390341
push eax
push ecx
.
.
xor eax,14336985
xor ecx,10032531
how can i make the result in the second xor eax equal to the result of the first, and the result of the second xor ecx equal the first? its got me stumped and its prolly somethin really easy im not finding.. the way i explained it may sound fucked up.. sorry if so, i can explain better after some sleep prolly ;p if anyone can help me figure out what i need to do i'd be thankful =]
take care.. gM
xor eax,23556958
xor ecx,24390341
push eax
push ecx
.
.
xor eax,14336985
xor ecx,10032531
how can i make the result in the second xor eax equal to the result of the first, and the result of the second xor ecx equal the first? its got me stumped and its prolly somethin really easy im not finding.. the way i explained it may sound fucked up.. sorry if so, i can explain better after some sleep prolly ;p if anyone can help me figure out what i need to do i'd be thankful =]
take care.. gM