mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-17 05:45:14 +00:00
Add PE resource table parsing (incomplete)
This commit is contained in:
@@ -51,5 +51,18 @@ namespace BurnOutSharp.Models.PortableExecutable
|
||||
/// use numeric IDs for Type, Name, or Language entries.
|
||||
/// </summary>
|
||||
public ushort NumberOfIDEntries;
|
||||
|
||||
/// <summary>
|
||||
/// Directory entries immediately following the table that use
|
||||
/// 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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user