public uint e_lfanew; // File address of new exe header #region Constructors public IMAGE_DOS_HEADER(Stream stream) { this = new IMAGE_DOS_HEADER(); Read(stream); }
public uint e_lfanew; // File address of new exe header #region Constructors public IMAGE_DOS_HEADER(Stream stream) { this = new IMAGE_DOS_HEADER(); this.Read(stream); }