NE imported name table needs indexes

This commit is contained in:
Matt Nadareski
2022-11-07 13:22:59 -08:00
parent 0c7001acf6
commit 2736527fc1

View File

@@ -1,3 +1,5 @@
using System.Collections.Generic;
namespace BurnOutSharp.Models.NewExecutable
{
/// <summary>
@@ -44,7 +46,7 @@ namespace BurnOutSharp.Models.NewExecutable
/// <summary>
/// Imported-Name table
/// </summary>
public ImportedNameTableEntry[] ImportedNameTable { get; set; }
public Dictionary<ushort, ImportedNameTableEntry> ImportedNameTable { get; set; }
/// <summary>
/// Entry table