[PR #325] [MERGED] Add initial .NET Reactor support #491

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/325
Author: @TheRogueArchivist
Created: 10/4/2024
Status: Merged
Merged: 10/5/2024
Merged by: @mnadareski

Base: masterHead: dotNetReactor-Addition


📝 Commits (3)

  • a20f4e5 Add initial .NET Reactor support
  • 7740e33 Fix missing using
  • 0574859 7-zip SFX is extractable now

📊 Changes

2 files changed (+108 additions, -1 deletions)

View changed files

BinaryObjectScanner/Packer/dotNetReactor.cs (+106 -0)
📝 README.md (+2 -1)

📄 Description

It's minimal, but is much better than nothing. A few notes on how it can be realistically improved have been added as well.


🔄 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/325 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 10/4/2024 **Status:** ✅ Merged **Merged:** 10/5/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `dotNetReactor-Addition` --- ### 📝 Commits (3) - [`a20f4e5`](https://github.com/SabreTools/BinaryObjectScanner/commit/a20f4e5f9319bf5cddd979632b4c74eea571e814) Add initial .NET Reactor support - [`7740e33`](https://github.com/SabreTools/BinaryObjectScanner/commit/7740e335158dc4bf85ba06b06d010fdd337c0627) Fix missing using - [`0574859`](https://github.com/SabreTools/BinaryObjectScanner/commit/05748599921cfa7305ea5bcb3281ccec11869d27) 7-zip SFX is extractable now ### 📊 Changes **2 files changed** (+108 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `BinaryObjectScanner/Packer/dotNetReactor.cs` (+106 -0) 📝 `README.md` (+2 -1) </details> ### 📄 Description It's minimal, but is much better than nothing. A few notes on how it can be realistically improved have been added as well. --- <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:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#491