[PR #355] [CLOSED] Add PackerScan #514

Closed
opened 2026-01-29 21:09:50 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/355
Author: @dhondta
Created: 1/26/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

6 files changed (+647 additions, -1 deletions)

View changed files

PackerScan/Options.cs (+116 -0)
PackerScan/PackerScan.csproj (+64 -0)
PackerScan/Program.cs (+330 -0)
📝 README.md (+1 -1)
📝 publish-nix.sh (+71 -0)
📝 publish-win.ps1 (+65 -0)

📄 Description

Added a third reference application beside ProtectionScan and ExtractionTool called PackerScan that provides a CLI tool to scan for packers from BinaryObjectScanner.Packer.

Summary of changes

  • New PackerScan folder with a program based on ProtectionScan and adapted with the BinaryObjectScanner.Packer API
  • publish-nix.sh and publish-win.ps1 scripts adapted to also build PackerScan and create packages
  • README.md adapted to include the third application in the first paragraph.

🔄 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/355 **Author:** [@dhondta](https://github.com/dhondta) **Created:** 1/26/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`43b3bd1`](https://github.com/SabreTools/BinaryObjectScanner/commit/43b3bd17046058838438dfbf30d5adfc0049b7cf) Add PackerScan ### 📊 Changes **6 files changed** (+647 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `PackerScan/Options.cs` (+116 -0) ➕ `PackerScan/PackerScan.csproj` (+64 -0) ➕ `PackerScan/Program.cs` (+330 -0) 📝 `README.md` (+1 -1) 📝 `publish-nix.sh` (+71 -0) 📝 `publish-win.ps1` (+65 -0) </details> ### 📄 Description Added a third reference application beside `ProtectionScan` and `ExtractionTool` called `PackerScan` that provides a CLI tool to scan for packers from [`BinaryObjectScanner.Packer`](https://github.com/SabreTools/BinaryObjectScanner/tree/master/BinaryObjectScanner/Packer). **Summary of changes** - New `PackerScan` folder with a program based on `ProtectionScan` and adapted with the `BinaryObjectScanner.Packer` API - `publish-nix.sh` and `publish-win.ps1` scripts adapted to also build `PackerScan` and create packages - `README.md` adapted to include the third application in the first paragraph. --- <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:09:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#514