Add NE Wise note for later

This commit is contained in:
Matt Nadareski
2023-01-04 23:13:45 -08:00
parent cd72cccbaa
commit 52c34250ff

View File

@@ -26,6 +26,8 @@ namespace BurnOutSharp.PackerType
if (MatchesNEVersion(nex) != null)
return "Wise Installation Wizard Module";
// TODO: Investigate STUB.EXE in nonresident-name table
// TODO: Don't read entire file
var data = nex.ReadArbitraryRange();
if (data == null)