开发者

Is there any way to remove a class after an assembly has build?

开发者 https://www.devze.com 2023-03-05 20:55 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消