mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-03 21:29:23 +00:00
[PR #177] [CLOSED] Add notes about ByteShield #346
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/177
Author: @TheRogueArchivist
Created: 11/29/2022
Status: ❌ Closed
Base:
master← Head:ByteShield-Notes📝 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)1b00ed9ASN.1 OID parsing (nw)d8c5d74ASN.1 OID parsing (nw)📊 Changes
13 files changed (+9824 additions, -68 deletions)
View changed files
📝
.vscode/tasks.json(+3 -3)📝
BurnOutSharp.Builder/AbstractSyntaxNotationOne.cs(+8 -55)📝
BurnOutSharp.Builder/BurnOutSharp.Builder.csproj(+1 -1)📝
BurnOutSharp.Builder/Extensions.cs(+1 -1)➕
BurnOutSharp.Builder/ObjectIdentifier.ASN1.cs(+21 -0)➕
BurnOutSharp.Builder/ObjectIdentifier.ModifiedOIDIRI.cs(+8797 -0)➕
BurnOutSharp.Builder/ObjectIdentifier.OIDIRI.cs(+866 -0)➕
BurnOutSharp.Builder/ObjectIdentifier.cs(+71 -0)➕
BurnOutSharp.Builder/ObjectIdentifier.dot.cs(+18 -0)📝
BurnOutSharp.Models/BurnOutSharp.Models.csproj(+1 -1)📝
BurnOutSharp.Models/PortableExecutable/DialogItemTemplateExtended.cs(+1 -1)📝
BurnOutSharp/ProtectionType/ByteShield.cs(+30 -0)📝
ExecutableTest/Program.cs(+6 -6)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.