[PR #277] [MERGED] Update CopyKiller detection and notes (WIP) #443

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/277
Author: @TheRogueArchivist
Created: 1/25/2024
Status: Merged
Merged: 1/26/2024
Merged by: @mnadareski

Base: masterHead: confirm-copykiller


📝 Commits (2)

  • 209c779 Update CopyKiller detection and notes
  • 4b036de Cleanup Copykiller

📊 Changes

4 files changed (+109 additions, -27 deletions)

View changed files

📝 BinaryObjectScanner/FileType/Textfile.cs (+14 -0)
📝 BinaryObjectScanner/Protection/CopyKiller.cs (+85 -23)
📝 BinaryObjectScanner/Utilities/FileTypes.cs (+9 -3)
📝 README.md (+1 -1)

📄 Description

Still very WIP, most changes in fact don't appear to work yet.


🔄 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/277 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 1/25/2024 **Status:** ✅ Merged **Merged:** 1/26/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `confirm-copykiller` --- ### 📝 Commits (2) - [`209c779`](https://github.com/SabreTools/BinaryObjectScanner/commit/209c779850e48ed56d0d9fda5005afaa187f4f80) Update CopyKiller detection and notes - [`4b036de`](https://github.com/SabreTools/BinaryObjectScanner/commit/4b036def65fdcfb242a78aaf719359bff72fcf99) Cleanup Copykiller ### 📊 Changes **4 files changed** (+109 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `BinaryObjectScanner/FileType/Textfile.cs` (+14 -0) 📝 `BinaryObjectScanner/Protection/CopyKiller.cs` (+85 -23) 📝 `BinaryObjectScanner/Utilities/FileTypes.cs` (+9 -3) 📝 `README.md` (+1 -1) </details> ### 📄 Description Still very WIP, most changes in fact don't appear to work yet. --- <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:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#443