[PR #144] [MERGED] Add support for detecting "AegiSoft License Manager" #306

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/144
Author: @TheRogueArchivist
Created: 8/1/2022
Status: Merged
Merged: 8/14/2022
Merged by: @mnadareski

Base: masterHead: AegiSoft-License-Manager-Addition


📝 Commits (1)

  • f154e9b Add support for detecting "AegiSoft License Manager"

📊 Changes

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

View changed files

📝 BurnOutSharp/FileType/Textfile.cs (+9 -0)
BurnOutSharp/ProtectionType/AegiSoft.cs (+92 -0)
📝 README.md (+1 -0)

📄 Description

Add support for "AegiSoft License Manager", as well as notes about what's known about the protection so far.


🔄 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/144 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 8/1/2022 **Status:** ✅ Merged **Merged:** 8/14/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `AegiSoft-License-Manager-Addition` --- ### 📝 Commits (1) - [`f154e9b`](https://github.com/SabreTools/BinaryObjectScanner/commit/f154e9bc9a62bce0950909e4a6bd93a1a1c17a1d) Add support for detecting "AegiSoft License Manager" ### 📊 Changes **3 files changed** (+102 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `BurnOutSharp/FileType/Textfile.cs` (+9 -0) ➕ `BurnOutSharp/ProtectionType/AegiSoft.cs` (+92 -0) 📝 `README.md` (+1 -0) </details> ### 📄 Description Add support for "AegiSoft License Manager", as well as notes about what's known about the protection so far. --- <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:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#306