Application Cracking Extra
hi again,
either this one is too easy to warrant help or extremely difficult and beyond my ken, but still i would like to know how to do this one, as a side note i am completely <any-comp-lang> illiterate (and perhaps is my demise), but nevertheless if anyone would condescend to illuminate me it would be greatly appreciated.
"remember when you don't know what's up, look up, and you will see"
Got it.
It isn't that hard. Just think hex and go over the code very carefully. Try to find out what the app is doing.
@Grindordie: A very nice challenge! I enjoyed doing it.
it took me 2 days of looking over the code in ollydbg to get it but it isn't actually that hard… turned out i was looking in the wrong place :S
once you know you're looking at the right place, you should try to find out which commands the program uses to check what you enter in. breakpoints are very helpful :D