Skip to content

Commit 8534cda

Browse files
committed
Add comment for NSIS
1 parent b285127 commit 8534cda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BinaryObjectScanner/Packer/NSIS.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ public class NSIS : IExecutableCheck<PortableExecutable>
1010
/// <inheritdoc/>
1111
public string? CheckExecutable(string file, PortableExecutable exe, bool includeDebug)
1212
{
13+
// Investigate the ".ndata" section
14+
1315
string? name = exe.AssemblyDescription;
1416

1517
if (name.OptionalStartsWith("Nullsoft Install System"))

0 commit comments

Comments
 (0)