Hi,
I recently started learning win32 assembly from Iczelion's tutorials. Although I've found the first 9 tutorials to be an excellent introduction to windows programming, I would still like to trace through some of these simple programs to get a better grasp of how win32 assembly works. Also, I would like to avoid tracing through API calls as they seem scary to say the least.
I browsed this forum and found topics that explain basic steps of source level debug using OllyDbg. (http://www.asmcommunity.net/board/index.php?topic=22534.0) and
(http://www.asmcommunity.net/board/index.php?topic=17110.0)
When I try to view my source in OllyDbg ("View"->"Source"), I just get an empty window.
How can I load my source into OllyDbg and how can I step through my code?
Are there any beginner step-by-step tutorials on using OllyDbg?
Thanks for the help
I recently started learning win32 assembly from Iczelion's tutorials. Although I've found the first 9 tutorials to be an excellent introduction to windows programming, I would still like to trace through some of these simple programs to get a better grasp of how win32 assembly works. Also, I would like to avoid tracing through API calls as they seem scary to say the least.
I browsed this forum and found topics that explain basic steps of source level debug using OllyDbg. (http://www.asmcommunity.net/board/index.php?topic=22534.0) and
(http://www.asmcommunity.net/board/index.php?topic=17110.0)
When I try to view my source in OllyDbg ("View"->"Source"), I just get an empty window.
How can I load my source into OllyDbg and how can I step through my code?
Are there any beginner step-by-step tutorials on using OllyDbg?
Thanks for the help