Fix PE import table parsing

This commit is contained in:
Matt Nadareski
2022-11-10 11:58:46 -08:00
parent c77c095893
commit 690c49ae1f
2 changed files with 84 additions and 23 deletions

View File

@@ -18,6 +18,6 @@
/// must be matched to the public name in the DLL. This string is case sensitive
/// and terminated by a null byte.
/// </summary>
public byte[] Name;
public string Name;
}
}