[PR #14] [MERGED] Add support for detecting NSIS #217

Open
opened 2026-01-29 21:07:16 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/14
Author: @TheRogueArchivist
Created: 10/30/2020
Status: Merged
Merged: 10/30/2020
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (1)

  • c0c0197 Add support for detecting NSIS

📊 Changes

3 files changed (+54 additions, -1 deletions)

View changed files

📝 BurnOutSharp/FileType/Executable.cs (+6 -1)
BurnOutSharp/ProtectionType/NSIS.cs (+47 -0)
📝 README.md (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/BinaryObjectScanner/pull/14 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 10/30/2020 **Status:** ✅ Merged **Merged:** 10/30/2020 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c0c0197`](https://github.com/SabreTools/BinaryObjectScanner/commit/c0c0197c1b9ec34876301572424b4930d908d582) Add support for detecting NSIS ### 📊 Changes **3 files changed** (+54 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `BurnOutSharp/FileType/Executable.cs` (+6 -1) ➕ `BurnOutSharp/ProtectionType/NSIS.cs` (+47 -0) 📝 `README.md` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 21:07:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#217