mirror of
https://github.com/claunia/libexeinfo.git
synced 2025-12-16 19:14:24 +00:00
Make NE non-static.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user