<<< Fundamental Concepts | Index | Runtime Environment >>> |
The tools we will use include:
Visual Studio development environment...
...edit, assemble, link, manage projects, debug and disassemble programs.
Command-line MASM, Microsoft Macro Assembler...
...produces code for 32-bit flat memory model appropriate to modern Windows.
Test-drive fullscreen 32-bit debuggers: OllyDbg, Visual Studio, WinDbg.
DUMPBIN: command-line utility that examines binary files and disassembles programs.
<<< Fundamental Concepts | Index | Runtime Environment >>> |