[PR #38] [MERGED] Add support for detecting Installer VISE #246

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/38
Author: @TheRogueArchivist
Created: 6/5/2021
Status: Merged
Merged: 6/5/2021
Merged by: @mnadareski

Base: masterHead: VISE


📝 Commits (2)

  • 7c77ac1 Add support for detecting Installer VISE
  • 1779fdc Add comment about extraction

📊 Changes

2 files changed (+52 additions, -0 deletions)

View changed files

BurnOutSharp/PackerType/InstallerVISE.cs (+51 -0)
📝 README.md (+1 -0)

📄 Description

I wanted to add better version detection, but I currently don't see any viable way to do so.


🔄 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/38 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 6/5/2021 **Status:** ✅ Merged **Merged:** 6/5/2021 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `VISE` --- ### 📝 Commits (2) - [`7c77ac1`](https://github.com/SabreTools/BinaryObjectScanner/commit/7c77ac11fd6e6f1c6a22a9f9a0ccc870df67650f) Add support for detecting Installer VISE - [`1779fdc`](https://github.com/SabreTools/BinaryObjectScanner/commit/1779fdc877156ff1b5def49b5b986d270be37c74) Add comment about extraction ### 📊 Changes **2 files changed** (+52 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `BurnOutSharp/PackerType/InstallerVISE.cs` (+51 -0) 📝 `README.md` (+1 -0) </details> ### 📄 Description I wanted to add better version detection, but I currently don't see any viable way to do so. --- <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:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#246