Make NE non-static.

This commit is contained in:
2017-10-16 15:28:21 +01:00
parent 8ec5f3a07c
commit a755ccadb2
6 changed files with 240 additions and 91 deletions

View File

@@ -32,7 +32,7 @@ namespace libexeinfo
public partial class NE
{
[StructLayout(LayoutKind.Sequential/*, Pack = 2*/)]
public struct Header
public struct NEHeader
{
public ushort signature;
public byte linker_major;