[PR #275] [MERGED] Improve CrypKey detection #439

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/275
Author: @TheRogueArchivist
Created: 12/28/2023
Status: Merged
Merged: 12/29/2023
Merged by: @mnadareski

Base: masterHead: CrypKey-Instant-2.0


📝 Commits (4)

  • 9443508 Improve CrypKey detection
  • 75bbff2 Fix CrypKey version parsing
  • 8f000a2 Address PR reviews
  • faf87f5 Check for both "code" and "CODE" sections

📊 Changes

2 files changed (+71 additions, -4 deletions)

View changed files

📝 BinaryObjectScanner/Protection/CrypKey.cs (+70 -3)
📝 README.md (+1 -1)

📄 Description

  • Add CrypKey file detections.
  • Add new CrypKey executable detections.

🔄 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/275 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 12/28/2023 **Status:** ✅ Merged **Merged:** 12/29/2023 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `CrypKey-Instant-2.0` --- ### 📝 Commits (4) - [`9443508`](https://github.com/SabreTools/BinaryObjectScanner/commit/94435088ae3feefd975d471f549d609e450dff39) Improve CrypKey detection - [`75bbff2`](https://github.com/SabreTools/BinaryObjectScanner/commit/75bbff24635174b358c7efb7de450ee02e47e6ae) Fix CrypKey version parsing - [`8f000a2`](https://github.com/SabreTools/BinaryObjectScanner/commit/8f000a22f70c9c8383c806ffaf7219f3a74977b3) Address PR reviews - [`faf87f5`](https://github.com/SabreTools/BinaryObjectScanner/commit/faf87f5f16ec5ffba436377ff58542ed0b663bc5) Check for both "code" and "CODE" sections ### 📊 Changes **2 files changed** (+71 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `BinaryObjectScanner/Protection/CrypKey.cs` (+70 -3) 📝 `README.md` (+1 -1) </details> ### 📄 Description * Add CrypKey file detections. * Add new CrypKey executable detections. --- <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:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#439