From 52c34250ff8ca43e2366536d36f50c7467f8fc06 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 4 Jan 2023 23:13:45 -0800 Subject: [PATCH] Add NE Wise note for later --- BurnOutSharp/PackerType/WiseInstaller.cs | 2 ++ 1 file changed, 2 insertions(+) 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)