Category : Debugging

Application Crash Dump Location

November 3rd, 2009 by admin | 0

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 [...]

X86 Debug Registers

October 30th, 2009 by admin | 0

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 [...]

How to Debug C++ Programs on Windows and Linux?

August 31st, 2009 by admin | 0

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 Tutorial Reverse Engineering – Olly Dbg Plugins

August 4th, 2009 by admin | 0

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 [...]

Powered by Yahoo! Answers