示例#1
0
        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);
        }
示例#2
0
        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);
        }