You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ILSpy/Metadata/OptionalHeaderTreeNode.cs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -74,18 +74,18 @@ public override bool View(ViewModels.TabPageModel tabPage)
74
74
entries.Add(newEntry(reader.Offset,header.Magic==PEMagic.PE32Plus?reader.ReadUInt64():reader.ReadUInt32(),header.Magic==PEMagic.PE32Plus?8:4,"Image Base","Shall be a multiple of 0x10000."));
75
75
entries.Add(newEntry(reader.Offset,reader.ReadInt32(),4,"Section Alignment","Shall be greater than File Alignment."));
entries.Add(newEntry(reader.Offset,reader.ReadInt32(),4,"Image Size","Size, in bytes, of image, including all headers and padding; shall be a multiple of Section Alignment."));
85
85
entries.Add(newEntry(reader.Offset,reader.ReadInt32(),4,"Header Size","Combined size of MS-DOS Header, PE Header, PE Optional Header and padding; shall be a multiple of the file alignment."));
0 commit comments