|
1. you're using beginner tools.. w32dasm is DEAD.. try olly, its considerably better
2. patching cmp eax, 03 from cmp eax, 05 is a VERY old trick, and i doubt it works now, it sounds like the program is checking deeper, volume name, serial etc...
if you can find the procedure doing it all, usually patching it to a 33 c0 40 c3 ( or 33 c0 c2 xx depending on the params passed, and its scope)... might do the trick...
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
|