[PR #170] [MERGED] Overhaul Freelock #335

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

📋 Pull Request Information

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

Base: masterHead: Freelock-Overhaul


📝 Commits (3)

  • 04521d5 Overhaul Freelock
  • 36b0936 Merge branch 'master' into Freelock-Overhaul
  • 0b1372b Fix whitespace and re-add return

📊 Changes

3 files changed (+78 additions, -4 deletions)

View changed files

📝 BurnOutSharp/FileType/Textfile.cs (+17 -0)
📝 BurnOutSharp/ProtectionType/FreeLock.cs (+60 -3)
📝 README.md (+1 -1)

📄 Description

  • Overhaul Freelock, including notes and new checks, along with confirming the existing checks.

  • Add text-based checks for Freelock.

  • Update README.


🔄 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/170 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 11/7/2022 **Status:** ✅ Merged **Merged:** 11/7/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `Freelock-Overhaul` --- ### 📝 Commits (3) - [`04521d5`](https://github.com/SabreTools/BinaryObjectScanner/commit/04521d59947955ea7312ec4c3bfd2c444dec8c98) Overhaul Freelock - [`36b0936`](https://github.com/SabreTools/BinaryObjectScanner/commit/36b0936f3e9e8b28d159ef69f44bcd9665dfbd77) Merge branch 'master' into Freelock-Overhaul - [`0b1372b`](https://github.com/SabreTools/BinaryObjectScanner/commit/0b1372b3eb4eee90e1b93b54bafe2cdc83c49dbd) Fix whitespace and re-add return ### 📊 Changes **3 files changed** (+78 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `BurnOutSharp/FileType/Textfile.cs` (+17 -0) 📝 `BurnOutSharp/ProtectionType/FreeLock.cs` (+60 -3) 📝 `README.md` (+1 -1) </details> ### 📄 Description * Overhaul Freelock, including notes and new checks, along with confirming the existing checks. * Add text-based checks for Freelock. * Update README. --- <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:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#335