[PR #174] [CLOSED] Properly differentiate between Code-Lock and CopyLok #344

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/174
Author: @TheRogueArchivist
Created: 11/19/2022
Status: Closed

Base: masterHead: codecopylocklok-split


📝 Commits (10+)

📊 Changes

9 files changed (+2548 additions, -110 deletions)

View changed files

📝 BurnOutSharp.Builder/AbstractSyntaxNotationOne.cs (+2385 -54)
📝 BurnOutSharp.Builder/Extensions.cs (+1 -1)
📝 BurnOutSharp.Models/PortableExecutable/DialogItemTemplateExtended.cs (+1 -1)
📝 BurnOutSharp/ProtectionType/CDDVDCops.cs (+1 -0)
BurnOutSharp/ProtectionType/ChosenBytesCode-Lock.cs (+113 -0)
BurnOutSharp/ProtectionType/CodeLock.cs (+0 -51)
BurnOutSharp/ProtectionType/CopyLok.cs (+43 -0)
📝 ExecutableTest/Program.cs (+2 -2)
📝 README.md (+2 -1)

📄 Description

  • Split Code/Copy Lock/Lok.

🔄 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/174 **Author:** [@TheRogueArchivist](https://github.com/TheRogueArchivist) **Created:** 11/19/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `codecopylocklok-split` --- ### 📝 Commits (10+) - [`3784191`](https://github.com/SabreTools/BinaryObjectScanner/commit/3784191db28fc936896ee336efe2ed9a6e145587) ASN.1 OID parsing (nw) - [`b976b9c`](https://github.com/SabreTools/BinaryObjectScanner/commit/b976b9c301ec9020c43102e44a75550eff8b4665) ASN.1 OID parsing (nw) - [`a751a9f`](https://github.com/SabreTools/BinaryObjectScanner/commit/a751a9feba95c83cb781e1e11c626d846a8c2c76) ASN.1 OID parsing (nw) - [`64acabf`](https://github.com/SabreTools/BinaryObjectScanner/commit/64acabf44c968822e080f739d9a308411cef7744) ASN.1 OID parsing (nw) - [`dc5e054`](https://github.com/SabreTools/BinaryObjectScanner/commit/dc5e0543e2e2a99ff5aa93ee19fb046c1c25d8b2) ASN.1 OID parsing (nw) - [`ba57526`](https://github.com/SabreTools/BinaryObjectScanner/commit/ba57526800752ea066560719b97e3aeb07cb3860) ASN.1 OID parsing (nw) - [`9d6b537`](https://github.com/SabreTools/BinaryObjectScanner/commit/9d6b5374b149a0201734a260ccf191b8f3db13f4) Fix PE dialog item printing - [`b83aae9`](https://github.com/SabreTools/BinaryObjectScanner/commit/b83aae99a4938584fd6f26130fe49e51d1645ff8) ASN.1 OID parsing (nw) - [`d5a4c04`](https://github.com/SabreTools/BinaryObjectScanner/commit/d5a4c04de549dc2a2000bcade7143262d980e89f) Unloose the Gordian Knot - [`9fdf983`](https://github.com/SabreTools/BinaryObjectScanner/commit/9fdf983dafedead126ee677a59dd0f2e618556a7) Add additional executable check for Code-Lock ### 📊 Changes **9 files changed** (+2548 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `BurnOutSharp.Builder/AbstractSyntaxNotationOne.cs` (+2385 -54) 📝 `BurnOutSharp.Builder/Extensions.cs` (+1 -1) 📝 `BurnOutSharp.Models/PortableExecutable/DialogItemTemplateExtended.cs` (+1 -1) 📝 `BurnOutSharp/ProtectionType/CDDVDCops.cs` (+1 -0) ➕ `BurnOutSharp/ProtectionType/ChosenBytesCode-Lock.cs` (+113 -0) ➖ `BurnOutSharp/ProtectionType/CodeLock.cs` (+0 -51) ➕ `BurnOutSharp/ProtectionType/CopyLok.cs` (+43 -0) 📝 `ExecutableTest/Program.cs` (+2 -2) 📝 `README.md` (+2 -1) </details> ### 📄 Description * Split Code/Copy Lock/Lok. --- <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:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#344