[PR #183] [MERGED] Add nProtect DRM #353

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/183
Author: @TheRogueArchivist
Created: 12/14/2022
Status: Merged
Merged: 12/15/2022
Merged by: @mnadareski

Base: masterHead: nProtect-Addition


📝 Commits (2)

📊 Changes

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

View changed files

BurnOutSharp/ProtectionType/nProtect.cs (+118 -0)
📝 README.md (+2 -0)

📄 Description

  • Add detection and notes for nProtect GameGuard and nProtect KeyCrypt.

  • Add nProtect DRM to README.


🔄 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/183 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 12/14/2022 **Status:** ✅ Merged **Merged:** 12/15/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `nProtect-Addition` --- ### 📝 Commits (2) - [`97e28c7`](https://github.com/SabreTools/BinaryObjectScanner/commit/97e28c774b59b49292a955b7e5bfa92fb1f1db0a) Add nProtect DRM - [`0662b72`](https://github.com/SabreTools/BinaryObjectScanner/commit/0662b7250899e7abc7159cba960190abf85c9752) Fix missing "|" character ### 📊 Changes **2 files changed** (+120 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `BurnOutSharp/ProtectionType/nProtect.cs` (+118 -0) 📝 `README.md` (+2 -0) </details> ### 📄 Description * Add detection and notes for nProtect GameGuard and nProtect KeyCrypt. * Add nProtect DRM to README. --- <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:07:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#353