Is there any way to remove a class after an assembly has build?
I want to remove a class which is added by an obfuscator in a .NET assembly.
This should be possible (cause the obfuscator added one), but I'm not sure in which way.
Has an开发者_运维问答yone an idea or did something like that? Every clue is welcome.
Mono Cecil should be able to help you editing the IL of the assembly and removing the class.
精彩评论