mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
[PR #362] [MERGED] Add PACE Anti-Piracy InterLok detection #517
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/362
Author: @HeroponRikiBestest
Created: 4/19/2025
Status: ✅ Merged
Merged: 4/20/2025
Merged by: @mnadareski
Base:
master← Head:InterLok📝 Commits (7)
0273cfeAdd detection class and test class for PACE Anti-Piracy Interlok2803b3fRemove unnecessary empty lines after end of class.1fa015eAdded missing null check for pex section strings.efb94a1Add newline above getversion5f961d6GetFirstSectionStrings assigned to variable.3318c7eChange getversion in InterLok to use regex.a3b5053Final? 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.