mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
[PR #347] [MERGED] Improve Hexalock detection slightly #507
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/347
Author: @HeroponRikiBestest
Created: 12/29/2024
Status: ✅ Merged
Merged: 12/29/2024
Merged by: @mnadareski
Base:
master← Head:master📝 Commits (4)
8550852Improve Hexalock detection via checking different known sections for mfint.dllbdfb420Add sabre's suggestion8073254Add extra check for instances in UPX executables.e157c71Add newlines between if blocks.📊 Changes
1 file changed (+19 additions, -1 deletions)
View changed files
📝
BinaryObjectScanner/Protection/HexalockAutoLock.cs(+19 -1)📄 Description
My hexalock disc has mfint.dll in a different section of PE. This PR causes it to be detected where it wasn't before. Some of Morlit's discs also weren't detecting, likely for similar reasons, but I have still yet to get to those.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.