Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve raw CA blobs during a roundtrip #336

Closed
js6pak opened this issue Aug 4, 2022 · 0 comments
Closed

Preserve raw CA blobs during a roundtrip #336

js6pak opened this issue Aug 4, 2022 · 0 comments
Labels
dotnet Issues related to AsmResolver.DotNet enhancement
Milestone

Comments

@js6pak
Copy link

js6pak commented Aug 4, 2022

Problem Description

Currently the only(?) thing that requires referenced assemblies to be present during a roundtrip (reading and writing the same assembly) is enum CA argument value reading/writing, which makes it impossible to do simple modifications to an assembly without having the references.

Proposal

Write out the same CA blob that was read if the library consumer didn't change the signature in any way.

Alternatives

No response

Additional Context

https://discord.com/channels/961647807591243796/961650677036236820/1004794939856650302

@Washi1337 Washi1337 added the dotnet Issues related to AsmResolver.DotNet label Aug 4, 2022
@Washi1337 Washi1337 added this to the 5.0.0 milestone Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet Issues related to AsmResolver.DotNet enhancement
Projects
None yet
Development

No branches or pull requests

2 participants