mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-21 21:54:13 +00:00
Add a couple more NSIS notes
This commit is contained in:
@@ -5,12 +5,14 @@ using SabreTools.Serialization.Wrappers;
|
||||
namespace BinaryObjectScanner.Packer
|
||||
{
|
||||
// TODO: Add extraction
|
||||
// <see href="https://github.com/mcmilk/7-Zip/tree/master/CPP/7zip/Archive/Nsis"/>
|
||||
public class NSIS : IExecutableCheck<PortableExecutable>
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
public string? CheckExecutable(string file, PortableExecutable exe, bool includeDebug)
|
||||
{
|
||||
// Investigate the ".ndata" section
|
||||
// NSIS is state-machine based, similar to Wise scripts
|
||||
|
||||
string? name = exe.AssemblyDescription;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user