mirror of
https://github.com/claunia/libexeinfo.git
synced 2025-12-16 19:14:24 +00:00
Added resource decoder for NE.
This commit is contained in:
@@ -47,7 +47,10 @@ namespace exeinfo
|
||||
Marshal.FreeHGlobal(hdrPtr);
|
||||
|
||||
if (neHdr.signature == NE.Signature)
|
||||
{
|
||||
NE.PrintInfo(neHdr);
|
||||
NE.GetResources(exeFs, mzHdr.new_offset, neHdr.resource_table_offset);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user