Hi,
I unpacked EditPadPro v5.3.1 (
http://www.editpadpro.com) with simply "upx -d", cracked it and tried to do an inline patch, but I failed...
On the jump-to-OEP (65D7D2) I jumped to a some free space, added the needed bytes, and jumped to OEP (58D6C4). But the program crashed. So I only changed the jump-to-OEP to jump to some free space, and jumped from there to the OEP, but also then program crashed. IAnyone knows how to avoid this prob?
Maybe I've to add a new section. A long time ago I downloaded a prog for it to add some free space for inline patching, but I forgot the name and can't find it anymore on my pc and on internet...
Hope someone can help me out.