We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b285127 commit 8534cdaCopy full SHA for 8534cda
BinaryObjectScanner/Packer/NSIS.cs
@@ -10,6 +10,8 @@ public class NSIS : IExecutableCheck<PortableExecutable>
10
/// <inheritdoc/>
11
public string? CheckExecutable(string file, PortableExecutable exe, bool includeDebug)
12
{
13
+ // Investigate the ".ndata" section
14
+
15
string? name = exe.AssemblyDescription;
16
17
if (name.OptionalStartsWith("Nullsoft Install System"))
0 commit comments