| OllyDbg 
 1. Open up OllyDbg (you can get it from www.ollydbg.de),
 2. Load Ebenezer - File -> Open -> Ebenezer,
 3. Hit CTRL+G to open up a small dialog which can help you to jump to various offsets,
 4. Type in 0048E433, and hit "OK",
 5. Select this line and the one below, right-click them, and hit Binary->Fill with NOPs,
 6. Double-click the first (now nopped) line, or right-click it and hit "Assemble",
 7. Type in: JMP 0048E56B, and hit "OK".
 8. Select the lines:
 0048E433 E9 33010000 JMP Ebenezer.0048E56B
 0048E438 90 NOP
 9. Right-click, copy to executable, selected modifications.
 
 OR
 |