关于dll安全性

编程入门 行业动态 更新时间:2024-10-28 07:23:22
本文介绍了关于dll安全性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

如何完全保护或锁定dll文件。我们知道我们可以在免费的工具oline的帮助下轻松地反汇编dll和exe文件。请帮帮我。谢谢

How to secure or lock dll files completely.As we know we can easily disassemble dll and exe files with the help of free available tools oline. Please help me.Thanks

推荐答案

你不能。 .NET代码总是可以反编译。如果你想阻止简单的反编译,那么有几个选项。

You can't. .NET code can always be decompiled. If you want to prevent easy decompilation then there are a couple of options.

1)混淆 - 试图让代码更难理解,但仍然可以很容易地反编译。在我看来,这不值得付出努力。

1) Obfuscating - tries to make the code harder to understand but can still be easily decompiled. Not worth the effort in my opinion.

2)本机 - 使用本机代码,如C ++或.NET本机代码。仍然可以反编译但会获得汇编语言。但是有一些工具可以采用汇编语言并转换为原始代码的外观。

2) Native - use native code like C++ or perhaps .NET native. Can still decompile but will get assembly language. But there are tools that can take assembly language and convert to a semblance of the original code.

更多推荐

关于dll安全性

本文发布于:2023-10-30 02:57:57,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1541559.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:安全性   dll

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!