mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
[PR #350] [MERGED] Removed secondary ASPack 1.08.04 check due to false positives. #511
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/350
Author: @HeroponRikiBestest
Created: 12/30/2024
Status: ✅ Merged
Merged: 12/31/2024
Merged by: @mnadareski
Base:
master← Head:master📝 Commits (1)
9dacbf3Removed 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.

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.