mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-05-06 20:43:44 +00:00
Fix PE import table parsing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user