[PR #252] [MERGED] Add hash check for RipGuard #413

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/252
Author: @TheRogueArchivist
Created: 5/12/2023
Status: Merged
Merged: 5/14/2023
Merged by: @mnadareski

Base: masterHead: RipGuard-Hash


📝 Commits (3)

  • 4129ce8 Add hash check for RipGuard
  • 336a40a Make sure the file exists before trying to hash it
  • 49527a7 It's the safety dance

📊 Changes

1 file changed (+22 additions, -2 deletions)

View changed files

📝 BinaryObjectScanner.Protection/Macrovision.RipGuard.cs (+22 -2)

📄 Description

Minor addition to help detect RipGuard executables.


🔄 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/252 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 5/12/2023 **Status:** ✅ Merged **Merged:** 5/14/2023 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `RipGuard-Hash` --- ### 📝 Commits (3) - [`4129ce8`](https://github.com/SabreTools/BinaryObjectScanner/commit/4129ce8aac5ceea849fc8efed15fe92f4a19639e) Add hash check for RipGuard - [`336a40a`](https://github.com/SabreTools/BinaryObjectScanner/commit/336a40aa11f484467bd8b760902ef630d95e0ea0) Make sure the file exists before trying to hash it - [`49527a7`](https://github.com/SabreTools/BinaryObjectScanner/commit/49527a7afa75eb9254a733590ae0165d5c22abd7) It's the safety dance ### 📊 Changes **1 file changed** (+22 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `BinaryObjectScanner.Protection/Macrovision.RipGuard.cs` (+22 -2) </details> ### 📄 Description Minor addition to help detect RipGuard executables. --- <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:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#413