PDA

View Full Version : Getting spaces


arnorp
07-06-2003, 08:39 AM
Hi everybody,
My question is very simple. Cause I'm use Olly by a few days.
How, where, I get some spaces to add my code in exe file. Where I put its, if in the file has no space to make changes? after the last command (retnnn...) comes the "jumps to dwords..." May I insert in the midlle of file? How to move the folowing intructions without damage its?
Please, step by step.
WOW! I'm asking too much. But I need this answers. Sorry.
Thanks

Anonymous
07-06-2003, 12:42 PM
check to see if space between raw size and virtual and place code in the alignment part.

Tornado
08-31-2004, 12:25 PM
Hi....can anyone please describe how should i do it so...with Ollydbg...i.m new also...i just wanna add 5 lines of extra code ...but i got no space.....thank you for your help....

armmad8
09-02-2004, 01:05 AM
i did had this kind of problem...

my quick solutions is...

1. look for a text string that is long and cut it.. the hex u freed can now be use.

code -> jmp to free text string loc. put some code then jmp back to code + X.

hope this helps..

regards

Tornado
09-05-2004, 03:04 AM
Thank you very much....i did what Anonymous say...Armmad8...thank you for suggetion too.....Peace guys....Wow....