[PR #37] [MERGED] Improve Inno Setup detection #242

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

📋 Pull Request Information

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

Base: masterHead: InnoSetup


📝 Commits (6)

📊 Changes

1 file changed (+38 additions, -27 deletions)

View changed files

📝 BurnOutSharp/PackerType/InnoSetup.cs (+38 -27)

📄 Description

Add generic version detection for at least some versions (tested with version 5.1.2)


🔄 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/37 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 5/29/2021 **Status:** ✅ Merged **Merged:** 6/5/2021 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `InnoSetup` --- ### 📝 Commits (6) - [`eb1fc3c`](https://github.com/SabreTools/BinaryObjectScanner/commit/eb1fc3c4ddd2da9de9247b9c985b861cb187384e) Improve Inno Setup detection - [`51c2925`](https://github.com/SabreTools/BinaryObjectScanner/commit/51c2925b2ad7478b0425cc1c6a61673fc1052cba) Split "GetVersion" - [`040f038`](https://github.com/SabreTools/BinaryObjectScanner/commit/040f0382107c18ac18df4740534417e5606f5cb3) Remove unneeded check - [`9f06798`](https://github.com/SabreTools/BinaryObjectScanner/commit/9f06798daa1e8b5f6576ffbda974068173922afd) Make version detection more robust - [`d43deb9`](https://github.com/SabreTools/BinaryObjectScanner/commit/d43deb9c8fb2a49d1a7ffaca75ae0c8c6dae3912) Add Unicode version detection - [`5058e6b`](https://github.com/SabreTools/BinaryObjectScanner/commit/5058e6b64bdfb6c1f7d365e241358fc30c47723a) Address review comments ### 📊 Changes **1 file changed** (+38 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `BurnOutSharp/PackerType/InnoSetup.cs` (+38 -27) </details> ### 📄 Description Add generic version detection for at least some versions (tested with version 5.1.2) --- <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:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#242