CrackMe® Practices for Newbies
PROJECT 8: Conquer by MisterE

Details for task 3
Friday, 19-Mar-99 23:29:40

    Task 3, hehe, very interesting ;-).
    Look through the disassembly, you'll see that IsDlgButtonChecked is the correct call to break on. It returns 1 if it's checked, and 0 if it isn't. OK, the rest are only compares and ORs, so it should be very easy to figure out the rest. cmp should be familiar to you, OR checks if eax is zero. if the next instruction is a jnz, then it will not jump if eax is 0.

    If you're asking why i don't post addresses here, the reason is because i'm typing all this out from my head. And also too lazy to bring out my disassembler for such trivial thing :P. Anyway, giving out addresses isn't a good way to practice the art of 'getting to the bitch's nest'. ;)

    ytc_


Message thread:

ytc's thread (ytc_) (17-Mar-99 03:37:32)

Back to main board