[PR #403] [MERGED] Fix scanning for Solidshield 3.0.0.0 DLLs. #545

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/403
Author: @HeroponRikiBestest
Created: 1/6/2026
Status: Merged
Merged: 1/10/2026
Merged by: @mnadareski

Base: masterHead: solidshield-3-fix


📝 Commits (2)

  • 6c0ae26 Fix scanning for Solidshield 3.0.0.0 DLLs.
  • 4136737 Add curly braces for multiline if

📊 Changes

1 file changed (+7 additions, -0 deletions)

View changed files

📝 BinaryObjectScanner/Protection/SolidShield.cs (+7 -0)

📄 Description

Let me know if I need to change the implementation. I check both filedescription and productname, so I wasn't sure how you'd prefer I split that up.


🔄 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/403 **Author:** [@HeroponRikiBestest](https://github.com/HeroponRikiBestest) **Created:** 1/6/2026 **Status:** ✅ Merged **Merged:** 1/10/2026 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `solidshield-3-fix` --- ### 📝 Commits (2) - [`6c0ae26`](https://github.com/SabreTools/BinaryObjectScanner/commit/6c0ae26a897e49e7a92704a452660bfe8dfe0a6b) Fix scanning for Solidshield 3.0.0.0 DLLs. - [`4136737`](https://github.com/SabreTools/BinaryObjectScanner/commit/4136737d7e7e71196bb0e75d4e6b072168c4d355) Add curly braces for multiline if ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `BinaryObjectScanner/Protection/SolidShield.cs` (+7 -0) </details> ### 📄 Description Let me know if I need to change the implementation. I check both filedescription and productname, so I wasn't sure how you'd prefer I split that up. --- <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:11:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#545