app patching1
you do realize that's the point of the challenge? app cracking teaches you how to use olly and other apps. patching will make you research that.
i can tell you that w32dasm gives you a relative adress that you can use to search on a hex editor. and that yes olly is capable of saving changes
i can also tell you that the instructions for both of this tasks will appear on the first page of google results after you search.
cmon. we do this to learn not to get points =)
sakarin wrote: you do realize that's the point of the challenge? app cracking teaches you how to use olly and other apps. patching will make you research that.
i can tell you that w32dasm gives you a relative adress that you can use to search on a hex editor. and that yes olly is capable of saving changes
i can also tell you that the instructions for both of this tasks will appear on the first page of google results after you search.
cmon. we do this to learn not to get points =)
i know i know. =P
I'll get reading.
EDIT: Yeah, heh, I just got it literally five minutes after I posted. Sorry for the trouble.
lesserlightsofheaven wrote: is there a way to use Olly to save the patched app?
Right click on cpu window and select "Copy to executable > All modifications" If you press on "All modifications" a new little window will be shown. Press on "Copy All" on this window. A new window with the new ASM code will be shown. Close the new window (THE CHILD WINDOW! NOT OLLY DBG WINDOW!). Then a save dialog let you choose a new filename.