[PR #246] [MERGED] Overhaul SVKP #403

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/246
Author: @TheRogueArchivist
Created: 3/22/2023
Status: Merged
Merged: 3/24/2023
Merged by: @mnadareski

Base: masterHead: SVKP-Overhaul


📝 Commits (2)

📊 Changes

3 files changed (+112 additions, -15 deletions)

View changed files

📝 BinaryObjectScanner.Protection/ActiveMARK.cs (+7 -7)
📝 BinaryObjectScanner.Protection/SVKP.cs (+104 -7)
📝 README.md (+1 -1)

📄 Description

  • Add several entry point checks for SVKP, as well as a section check.

  • Add SVKP notes.

  • Add unconfirmed message in various ActiveMARK checks.


🔄 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/246 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 3/22/2023 **Status:** ✅ Merged **Merged:** 3/24/2023 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `SVKP-Overhaul` --- ### 📝 Commits (2) - [`45b1f7d`](https://github.com/SabreTools/BinaryObjectScanner/commit/45b1f7dc59fe7ebdc95023cca2b5a22f825248f7) Begin SVKP Overhaul - [`cdcd3b7`](https://github.com/SabreTools/BinaryObjectScanner/commit/cdcd3b7bba2955a17f07cee9f52aec6c2c4ab320) Add file detections for SVKP ### 📊 Changes **3 files changed** (+112 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `BinaryObjectScanner.Protection/ActiveMARK.cs` (+7 -7) 📝 `BinaryObjectScanner.Protection/SVKP.cs` (+104 -7) 📝 `README.md` (+1 -1) </details> ### 📄 Description * Add several entry point checks for SVKP, as well as a section check. * Add SVKP notes. * Add unconfirmed message in various ActiveMARK checks. --- <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:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#403