[PR #362] [MERGED] Add PACE Anti-Piracy InterLok detection #517

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/362
Author: @HeroponRikiBestest
Created: 4/19/2025
Status: Merged
Merged: 4/20/2025
Merged by: @mnadareski

Base: masterHead: InterLok


📝 Commits (7)

  • 0273cfe Add detection class and test class for PACE Anti-Piracy Interlok
  • 2803b3f Remove unnecessary empty lines after end of class.
  • 1fa015e Added missing null check for pex section strings.
  • efb94a1 Add newline above getversion
  • 5f961d6 GetFirstSectionStrings assigned to variable.
  • 3318c7e Change getversion in InterLok to use regex.
  • a3b5053 Final? getversion regex cleanup

📊 Changes

2 files changed (+58 additions, -0 deletions)

View changed files

BinaryObjectScanner.Test/Protection/InterLokTests.cs (+22 -0)
BinaryObjectScanner/Protection/InterLok.cs (+36 -0)

📄 Description

Added protection class and test class for PACE Anti-Piracy InterLok. Barebones due to only having one sample and minimal info.


🔄 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/362 **Author:** [@HeroponRikiBestest](https://github.com/HeroponRikiBestest) **Created:** 4/19/2025 **Status:** ✅ Merged **Merged:** 4/20/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `InterLok` --- ### 📝 Commits (7) - [`0273cfe`](https://github.com/SabreTools/BinaryObjectScanner/commit/0273cfe08d255027d0f027d96c70608bea9097be) Add detection class and test class for PACE Anti-Piracy Interlok - [`2803b3f`](https://github.com/SabreTools/BinaryObjectScanner/commit/2803b3f044af246c9d21338e9206b002055f3c98) Remove unnecessary empty lines after end of class. - [`1fa015e`](https://github.com/SabreTools/BinaryObjectScanner/commit/1fa015e39f2cd2c41fd6b62a2b4b49648b70b057) Added missing null check for pex section strings. - [`efb94a1`](https://github.com/SabreTools/BinaryObjectScanner/commit/efb94a1384d2ddf48db0dc00929fc1583f5e204f) Add newline above getversion - [`5f961d6`](https://github.com/SabreTools/BinaryObjectScanner/commit/5f961d686c42e162f8c4ccb99b8c41ccdc238e40) GetFirstSectionStrings assigned to variable. - [`3318c7e`](https://github.com/SabreTools/BinaryObjectScanner/commit/3318c7e49c1a336335d94f5e7adfd4789d322437) Change getversion in InterLok to use regex. - [`a3b5053`](https://github.com/SabreTools/BinaryObjectScanner/commit/a3b5053c46518e3a289c509ba927583b3901f892) Final? getversion regex cleanup ### 📊 Changes **2 files changed** (+58 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `BinaryObjectScanner.Test/Protection/InterLokTests.cs` (+22 -0) ➕ `BinaryObjectScanner/Protection/InterLok.cs` (+36 -0) </details> ### 📄 Description Added protection class and test class for PACE Anti-Piracy InterLok. Barebones due to only having one sample and minimal info. --- <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:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#517