mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 21:31:04 +00:00
Add PE message resource printing, fix parsing
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace BurnOutSharp.Models.PortableExecutable
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BurnOutSharp.Models.PortableExecutable
|
||||
{
|
||||
/// <summary>
|
||||
/// Contains information about formatted text for display as an error message or in a message
|
||||
@@ -20,6 +22,6 @@
|
||||
/// <summary>
|
||||
/// Message resource entries
|
||||
/// </summary>
|
||||
public MessageResourceEntry[] Entries;
|
||||
public Dictionary<uint, MessageResourceEntry> Entries;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user