Add comment for NSIS

This commit is contained in:
Matt Nadareski
2025-09-26 21:28:37 -04:00
parent b285127cee
commit 8534cda9c5

View File

@@ -10,6 +10,8 @@ namespace BinaryObjectScanner.Packer
/// <inheritdoc/>
public string? CheckExecutable(string file, PortableExecutable exe, bool includeDebug)
{
// Investigate the ".ndata" section
string? name = exe.AssemblyDescription;
if (name.OptionalStartsWith("Nullsoft Install System"))