Fix resource entry handling

This commit is contained in:
Matt Nadareski
2022-12-03 14:22:54 -08:00
parent 7d2edd315c
commit ce5e2982d2
3 changed files with 242 additions and 341 deletions

View File

@@ -57,12 +57,6 @@ namespace BurnOutSharp.Models.PortableExecutable
/// strings to identify Type, Name, or Language entries (depending on the
/// level of the table).
/// </summary>
public ResourceDirectoryEntry[] NameEntries;
/// <summary>
/// Directory entries immediately following the Name entries that
/// use numeric IDs for Type, Name, or Language entries.
/// </summary>
public ResourceDirectoryEntry[] IDEntries;
public ResourceDirectoryEntry[] Entries;
}
}