[PR #347] [MERGED] Improve Hexalock detection slightly #507

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

📋 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: masterHead: master


📝 Commits (4)

  • 8550852 Improve Hexalock detection via checking different known sections for mfint.dll
  • bdfb420 Add sabre's suggestion
  • 8073254 Add extra check for instances in UPX executables.
  • e157c71 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/BinaryObjectScanner/pull/347 **Author:** [@HeroponRikiBestest](https://github.com/HeroponRikiBestest) **Created:** 12/29/2024 **Status:** ✅ Merged **Merged:** 12/29/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`8550852`](https://github.com/SabreTools/BinaryObjectScanner/commit/8550852d82bec0cb7f8fd8d054d5be1d8595f190) Improve Hexalock detection via checking different known sections for mfint.dll - [`bdfb420`](https://github.com/SabreTools/BinaryObjectScanner/commit/bdfb4203ec57ccd3f8e915799749e9bfd2e5d486) Add sabre's suggestion - [`8073254`](https://github.com/SabreTools/BinaryObjectScanner/commit/8073254866cefa22533493bd2d3868713242de40) Add extra check for instances in UPX executables. - [`e157c71`](https://github.com/SabreTools/BinaryObjectScanner/commit/e157c71acaa6d8727f5b94cdb10aac83968f31fe) Add newlines between if blocks. ### 📊 Changes **1 file changed** (+19 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `BinaryObjectScanner/Protection/HexalockAutoLock.cs` (+19 -1) </details> ### 📄 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. --- <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:08:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#507