<<< Debugging M1.EXE with OllyDbg | Index | >>> |
Click Debug menu -> Execute till user code (ALT+F9).
Debugging mode should stop at the NOP instruction.
Press F8 key to step over to the next instruction, RET.
To restart the program, press CTRL+F2 (or use Debug menu).
To stop and close M1.exe, press ALT+F2 (or use Debug menu).
Congratulations, you can now assemble and link on the command line, as well as debug with OllyDbg!
<<< Debugging M1.EXE with OllyDbg | Index | >>> |