mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
[PR #174] [CLOSED] Properly differentiate between Code-Lock and CopyLok #344
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/174
Author: @TheRogueArchivist
Created: 11/19/2022
Status: ❌ Closed
Base:
master← Head:codecopylocklok-split📝 Commits (10+)
3784191ASN.1 OID parsing (nw)b976b9cASN.1 OID parsing (nw)a751a9fASN.1 OID parsing (nw)64acabfASN.1 OID parsing (nw)dc5e054ASN.1 OID parsing (nw)ba57526ASN.1 OID parsing (nw)9d6b537Fix PE dialog item printingb83aae9ASN.1 OID parsing (nw)d5a4c04Unloose the Gordian Knot9fdf983Add additional executable check for Code-Lock📊 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.