Tag executable

x86 DOS EXE MZ File

The x86 DOS EXE, EXE MZ or MZ file is an executable file in the family of x86 DOS systems. There are different EXE files, including MZ, NE, LE and PE. The only one used in MS-DOS era was MZ,…

Software Reverse-Engineering

This post is an introduction to software reverse-engineering (RE). Software reverse-engineering is the process of reverse-engineering existing software where there is no or little or no insight about how the program works. For example, if we have already access to…

Debugging Tools

This post features debugging tools. List of Debugging Tools Popular Debugging Tools: OllyDbg OllyDbg is a debugger for Windows that is primarily used for user-mode binary analysis and reverse engineering. For Windows. WinDbg WinDbg is more focused on kernel-mode debugging…