[PR #140] [MERGED] Overhaul DiscGuard detection #305

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/140
Author: @TheRogueArchivist
Created: 7/29/2022
Status: Merged
Merged: 7/29/2022
Merged by: @mnadareski

Base: masterHead: DiscGuard-Overhaul


📝 Commits (2)

  • 62b59d9 Overhaul DiscGuard detection
  • 696f947 Address DiscGuard PR review comments

📊 Changes

3 files changed (+166 additions, -5 deletions)

View changed files

BurnOutSharp/ProtectionType/DiscAudit.cs (+12 -0)
📝 BurnOutSharp/ProtectionType/DiscGuard.cs (+152 -4)
📝 README.md (+2 -1)

📄 Description

  • Verify some existing checks for DiscGuard.
  • Add several new executable and path checks.
  • Add note for remaining unconfirmed check.
  • Add notes and research in comments.
  • Add related protection "DiscAudit" to list of protections that needs to be added.

🔄 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/140 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 7/29/2022 **Status:** ✅ Merged **Merged:** 7/29/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `DiscGuard-Overhaul` --- ### 📝 Commits (2) - [`62b59d9`](https://github.com/SabreTools/BinaryObjectScanner/commit/62b59d90954b8eead81f06b700b80df3ab04c4eb) Overhaul DiscGuard detection - [`696f947`](https://github.com/SabreTools/BinaryObjectScanner/commit/696f947b6fe5ce28e45149fe7006e69bc29cb139) Address DiscGuard PR review comments ### 📊 Changes **3 files changed** (+166 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `BurnOutSharp/ProtectionType/DiscAudit.cs` (+12 -0) 📝 `BurnOutSharp/ProtectionType/DiscGuard.cs` (+152 -4) 📝 `README.md` (+2 -1) </details> ### 📄 Description * Verify some existing checks for DiscGuard. * Add several new executable and path checks. * Add note for remaining unconfirmed check. * Add notes and research in comments. * Add related protection "DiscAudit" to list of protections that needs to be added. --- <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:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#305