Replies: 2 comments
-
|
I'm glad it's found usage beyond this project. That is a reasonable request. I'll add this to the backlog. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I moved the assembly rewriter into a NuGet package. Give it a try and let me know if it's helpful. PE-Packer |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
While working with
MetadataLoadContextandTypeBuilder–based implementations, I stumbled across theAssemblyReferenceRewriterin this project. I’ve since integrated it into one of my own tools, and it’s been incredibly helpful.Because of that, I’d like to propose splitting the assembly rewriter into its own dedicated project, and possibly even its own repository.
Why extract it:
Beta Was this translation helpful? Give feedback.
All reactions