Add note to Wise installer

This commit is contained in:
Matt Nadareski
2022-12-08 00:07:11 -08:00
parent 2af0f166eb
commit 38665ddbf3

View File

@@ -47,6 +47,8 @@ namespace BurnOutSharp.PackerType
if (sections == null)
return null;
// TODO: Investigate STUB32.EXE in export directory table
// Get the .data/DATA section, if it exists
var dataSectionRaw = pex.GetFirstSectionData(".data") ?? pex.GetFirstSectionData("DATA");
if (dataSectionRaw != null)