diff --git a/BurnOutSharp/PackerType/WiseInstaller.cs b/BurnOutSharp/PackerType/WiseInstaller.cs index e5e7da11..42f6306b 100644 --- a/BurnOutSharp/PackerType/WiseInstaller.cs +++ b/BurnOutSharp/PackerType/WiseInstaller.cs @@ -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)