如何防止反射器或反编译器的dll? [英] How to prevent dlls from reflector or decompiler ?

查看:75
本文介绍了如何防止反射器或反编译器的dll?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我想阻止来自反编译器的.Net dll。



我创建了使用vb的类库。我从Build获得了dll。如果我使用反射器拆卸这个dll,它会显示原始源代码(vb代码)。



我想保护它。你能建议保护好主意吗?



我不想要任何软件(第三方工具)来保护。我需要通过添加更多代码来实现更多安全性

Hi,

I want to prevent .Net dlls from the decompiler.

I created class library using vb. And i got dll from Build. If i disassemble this dll using reflector the it show the original source code (vb code).

I want to protect this. Can you please suggest any good idea to protect?

I do not want any software(third party tool) for protect. I need to achive this by adding some more code for make more security

推荐答案

引用:

我不想要任何软件(第三方工具)来保护。我需要通过添加更多代码来实现更多安全性

I do not want any software(third party tool) for protect. I need to achive this by adding some more code for make more securi





然后你会感到非常失望。没有办法阻止反汇编程序打开您的代码。有办法让他们不了解它们是什么,这被称为混淆。用于此的工具称为混淆器。 .NET附带一个,但它很容易破解。



Then you are up for a big disappointment. There is no way to prevent disassemblers from opening your code. There are ways to keep them from understanding what they are, which is called obfuscation. The tools for this are called Obfuscators. .NET ships with one, but its comically easy to break.


这篇关于如何防止反射器或反编译器的dll?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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