mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
[PR #355] [CLOSED] Add PackerScan #514
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/355
Author: @dhondta
Created: 1/26/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
43b3bd1Add PackerScan📊 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
ProtectionScanandExtractionToolcalledPackerScanthat provides a CLI tool to scan for packers fromBinaryObjectScanner.Packer.Summary of changes
PackerScanfolder with a program based onProtectionScanand adapted with theBinaryObjectScanner.PackerAPIpublish-nix.shandpublish-win.ps1scripts adapted to also buildPackerScanand create packagesREADME.mdadapted 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.