[PR #350] [MERGED] Removed secondary ASPack 1.08.04 check due to false positives. #511

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/350
Author: @HeroponRikiBestest
Created: 12/30/2024
Status: Merged
Merged: 12/31/2024
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (1)

  • 9dacbf3 Removed secondary ASPack 1.08.04 check due to false positives.

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 BinaryObjectScanner/Packer/ASPack.cs (+3 -2)

📄 Description

See title. http://redump.org/disc/47205/ has an executable protected by PE-Crypt 1.02, not ASPack. Fairly certain this is a false positive due to the executable itself specifying it was protected with PE-Crypt.
image
In general, this check seems prone to false positives anyways- two bytes, followed by any four bytes, followed by one more byte seems prone to other cases like this.
Please let me know if this change is not desired, or if an alternate fix is needed.


🔄 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/350 **Author:** [@HeroponRikiBestest](https://github.com/HeroponRikiBestest) **Created:** 12/30/2024 **Status:** ✅ Merged **Merged:** 12/31/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9dacbf3`](https://github.com/SabreTools/BinaryObjectScanner/commit/9dacbf35c085d2454c5864b64672c781b85d2d3b) Removed secondary ASPack 1.08.04 check due to false positives. ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `BinaryObjectScanner/Packer/ASPack.cs` (+3 -2) </details> ### 📄 Description See title. http://redump.org/disc/47205/ has an executable protected by PE-Crypt 1.02, not ASPack. Fairly certain this is a false positive due to the executable itself specifying it was protected with PE-Crypt. ![image](https://github.com/user-attachments/assets/145130a6-7acd-4223-a74d-7807195f1d03) In general, this check seems prone to false positives anyways- two bytes, followed by any four bytes, followed by one more byte seems prone to other cases like this. Please let me know if this change is not desired, or if an alternate fix is needed. --- <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:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#511