Skip to content

Commit 8abdaa4

Browse files
committed
Add a couple more NSIS notes
1 parent 454bfa9 commit 8abdaa4

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
@@ -5,12 +5,14 @@
55
namespace BinaryObjectScanner.Packer
66
{
77
// TODO: Add extraction
8+
// <see href="https://github.com/mcmilk/7-Zip/tree/master/CPP/7zip/Archive/Nsis"/>
89
public class NSIS : IExecutableCheck<PortableExecutable>
910
{
1011
/// <inheritdoc/>
1112
public string? CheckExecutable(string file, PortableExecutable exe, bool includeDebug)
1213
{
1314
// Investigate the ".ndata" section
15+
// NSIS is state-machine based, similar to Wise scripts
1416

1517
string? name = exe.AssemblyDescription;
1618

0 commit comments

Comments
 (0)