[PR #328] [MERGED] Add preliminary copy-X protection checking #493

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/328
Author: @HeroponRikiBestest
Created: 10/25/2024
Status: Merged
Merged: 10/27/2024
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (10+)

  • 948da43 Add preliminary copy-X protection checking
  • 17a1663 Fixed formatting.
  • 3254cfe Removed some unecessary lines of code.
  • 591d378 Added debatably sufficient documentation.
  • 3855e46 Fixed formatting, hopefully
  • ee839ca Finalize formatting and PR.
  • 72b860b Fleshes out checks after more samples. Fixes some but not all of the change requests.
  • 52074e9 Fix ordering.
  • 06aee94 Fixes pex check, fixes redump id formatting.
  • 77349aa Added copy-X info to readme.

📊 Changes

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

View changed files

BinaryObjectScanner/Protection/CopyX.cs (+193 -0)
📝 README.md (+2 -1)

📄 Description

Started work on preliminary copy-X protection checking.


🔄 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/328 **Author:** [@HeroponRikiBestest](https://github.com/HeroponRikiBestest) **Created:** 10/25/2024 **Status:** ✅ Merged **Merged:** 10/27/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`948da43`](https://github.com/SabreTools/BinaryObjectScanner/commit/948da435a95cb5573f132d05944b62a332c13d07) Add preliminary copy-X protection checking - [`17a1663`](https://github.com/SabreTools/BinaryObjectScanner/commit/17a16633ba04a3d3386d4af0c0fb825bd4a84f90) Fixed formatting. - [`3254cfe`](https://github.com/SabreTools/BinaryObjectScanner/commit/3254cfe02362eedf1156bb162ee1ee81f7ed805d) Removed some unecessary lines of code. - [`591d378`](https://github.com/SabreTools/BinaryObjectScanner/commit/591d3789fd9f0617bb0ff818ea6c2e402f28b6f0) Added debatably sufficient documentation. - [`3855e46`](https://github.com/SabreTools/BinaryObjectScanner/commit/3855e46292bbffc9f3ba7712863127e9d37bbbc5) Fixed formatting, hopefully - [`ee839ca`](https://github.com/SabreTools/BinaryObjectScanner/commit/ee839ca2285d9720641f5fda89d5983c80a0a945) Finalize formatting and PR. - [`72b860b`](https://github.com/SabreTools/BinaryObjectScanner/commit/72b860ba8230d10e05f40fb3a83f5dd9a919d46c) Fleshes out checks after more samples. Fixes some but not all of the change requests. - [`52074e9`](https://github.com/SabreTools/BinaryObjectScanner/commit/52074e960826fcc98a0629c0207a3910ed85f05a) Fix ordering. - [`06aee94`](https://github.com/SabreTools/BinaryObjectScanner/commit/06aee94ad27ef36b2d300d60d3ae44a301f7763d) Fixes pex check, fixes redump id formatting. - [`77349aa`](https://github.com/SabreTools/BinaryObjectScanner/commit/77349aa8de5bf751d194518318cf2bcb42dadb37) Added copy-X info to readme. ### 📊 Changes **2 files changed** (+195 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `BinaryObjectScanner/Protection/CopyX.cs` (+193 -0) 📝 `README.md` (+2 -1) </details> ### 📄 Description Started work on preliminary copy-X protection checking. --- <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:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#493