|
Do this:
1 push ebp
2 mov ebp,esp
3 PUSH -1
4 PUSH 0
5 PUSH 0
*6 jmp 8
*7 jmp 1<---EP address to be set with LordPE (just count the +bytes, and add it to the original one in this case)
8 0000
The problem is: do you have this empty space in the exe? The way you posted is supposing this.
|