[PR #311] [MERGED] Add initial Channelware detection #483

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/311
Author: @TheRogueArchivist
Created: 7/12/2024
Status: Merged
Merged: 7/12/2024
Merged by: @mnadareski

Base: masterHead: Channelware-addition


📝 Commits (1)

  • 5f1ee6e Add initial Channelware detection

📊 Changes

3 files changed (+122 additions, -0 deletions)

View changed files

📝 BinaryObjectScanner/FileType/Textfile.cs (+8 -0)
BinaryObjectScanner/Protection/Channelware.cs (+113 -0)
📝 README.md (+1 -0)

📄 Description

This detection isn't complete, but should be ready for merge unless a convenient way to implement the folder check can be found first.


🔄 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/311 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 7/12/2024 **Status:** ✅ Merged **Merged:** 7/12/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `Channelware-addition` --- ### 📝 Commits (1) - [`5f1ee6e`](https://github.com/SabreTools/BinaryObjectScanner/commit/5f1ee6efb6d6a12217f268227ca72bfd41221bf8) Add initial Channelware detection ### 📊 Changes **3 files changed** (+122 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `BinaryObjectScanner/FileType/Textfile.cs` (+8 -0) ➕ `BinaryObjectScanner/Protection/Channelware.cs` (+113 -0) 📝 `README.md` (+1 -0) </details> ### 📄 Description This detection isn't complete, but should be ready for merge unless a convenient way to implement the folder check can be found first. --- <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:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#483