PDA

View Full Version : patch in olly better


icegood
March 13th, 2012, 06:03
How to get moreflexible patching in olly? For example to extend space for some fuction i just want move block of nops from down to function body. I dont require all references to be update (but it could be done too). But i need at least moving itself.

walied
March 13th, 2012, 20:33
I hope i got your question properly. Anyway, i usually use JMP instructions to jump to the unused space (if there is any) at the end of code sections extending the vsize field in the section header, if required.

One more thing, to make this process more flexible, i also mark addresses of interest with labels ( shift + : )