mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-21 14:24:54 +00:00
Add comment for NSIS
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user