__DuDu__
February 16th, 2001, 21:46
i did a question about hash and i can't find it anymore i did +- 25 days ago and it's not on database someone deleted it ?
my other question is
add edx, 34
shl edx, 32
jnb 00404123
how can i check in what condidtion it'll jump if below ? the program is always jumping and i need to make it continue the xecution without jumping so i need to know how to find what makes it jump if below coz there's no cmp edx, eax \ jnb xxx !
of course i don't wanna patch
tnx
__DuDu__
my other question is
add edx, 34
shl edx, 32
jnb 00404123
how can i check in what condidtion it'll jump if below ? the program is always jumping and i need to make it continue the xecution without jumping so i need to know how to find what makes it jump if below coz there's no cmp edx, eax \ jnb xxx !
of course i don't wanna patch

tnx
__DuDu__