当我反编译Dll或Exe文件时如何显示空? [英] How To Show Empty When I Decompile The Dll Or Exe File?

查看:130
本文介绍了当我反编译Dll或Exe文件时如何显示空?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我有一个dll文件。如果我使用.Net Reflector反编译dll,我可以看到dll的源代码(写在dll中)。我需要,如果反编译dll,我不想看到dll内写的内容。任何人都可以告诉我如何做到这一点?谢谢。

解决方案

唯一的方法是使用混淆器。

http://en.wikipedia.org/wiki/List_of_obfuscators_for_.NET [ ^ ]

它对MSIL进行模糊处理,以便在反编译时只获得模糊的代码,而不会向人类阅读器显示其逻辑。

Hi,

I have one dll file. if i decompile the dll by using .Net Reflector,i can see the source code of dll(written inside the dll). i need that if decompile the dll,i dont want to see that what written inside the dll. Can anyone tell me that how to make that? Thank you.

解决方案

The only way is to use an obfuscator.
http://en.wikipedia.org/wiki/List_of_obfuscators_for_.NET[^]
It obfuscates the MSIL so that you only get obfuscated code when decompiling which does not reveal its logic to the human reader.


这篇关于当我反编译Dll或Exe文件时如何显示空?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆