你能反编译和混淆visual basic / studio代码吗? [英] Can you only decompile and obfuscate visual basic/studio code?

查看:95
本文介绍了你能反编译和混淆visual basic / studio代码吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我只是想知道是否有可能对使用SharpDevelop(C#)制作的应用程序进行反编译和混淆。我知道这可以使用Visual Basic / Studio代码。我真的很困惑,谢谢你的帮助! :)



我的尝试:



研究。

Hello guys, I was just wondering if it is possible to decompile and obfuscate application made with perhaps SharpDevelop (C#). I know this is possible with Visual Basic/Studio code. I am really confused, thanks for you help! :)

What I have tried:

Research.

推荐答案

所有.NET代码都编译为MSIL(Microsoft Intermediate语言),而不是像传统的.EXE那样的处理器特定代码。



使用什么工具来创建它也不管用什么语言编写。



无论使用何种语言编写,您都可以将.NET可执行文件反编译回原始源的某些外观。



混淆器只会让生成的反编译代码更难以阅读和理解。它们通常不会阻止反编译操作。
All .NET code compiles down to MSIL (Microsoft Intermediate Language), NOT processor specific code like a traditional .EXE.

It doesn't matter what tool was used to create it nor what language it was written in.

You can decompile the .NET executable back to some semblance of the original source no matter what language it was written in.

Obfuscators just make the resulting decompiled code harder to read and understand. They don't normally prevent the decompile operation.


这篇关于你能反编译和混淆visual basic / studio代码吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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