In computing, a core dump or Crash Dump consists of the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated abnormally (crashed). In practice, other key pieces of program state are usually dumped at the same time, including the processor registers, which may include [...]
Debug register is a register used by a processor for program debugging. On the x86 architecture, these are named DR0…DR7. The debug registers allow programmers to selectively enable various debug conditions associated with the four debug addresses. Six of these registers are used to control debug features. These registers are accessed by variants of the [...]
Interested in Debugging C++ or C programs on Windows and Linux. The following tutorials will run you through the debugging process quickly.
Use of the Debugger in Visual C++ – Explains how to use the debugger in Visual C++ Versions 5 and 6. Debugging is the name given to the process of removing bugs from [...]
OllyDbg is a debugger that emphasizes binary code analysis, which is useful when source code is not available. It traces registers , recognizes procedures , API calls, switches, tables , constants and strings , as well as locates routines from object files and libraries.
Olly Debugger Tutorial
Beginner guide to use olly debugger
Olly Debugger [...]