为什么大多数(全部?)混淆工具针对 C# 和其他 C 语言而不是 VB?

发布于 2024-07-08 12:07:43 字数 183 浏览 2 评论 0原文

我不知道我是否正确,但几乎每次我读到有关混淆和处理它的工具时,都是关于 C#、Java、Javascript 和除 VB 之外的所有其他语言。

正如我所见,作为 VB 开发人员,保护我作为 C# 开发人员的代码同样重要。 我错过了什么吗?

如果原因很明显但我错过了,请不要攻击我。

谢谢。

I dont know if I'm right, but allmost everytime I read about obfuscation and tools that handle it, then its about C#, Java, Javascript and all other languages than VB.

As I can see its equal important for me as a VB-developer to protect my code as an C#-developer. Have I missed something?

Please dont flame me if it somehow is obvious why but I haved missed it.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

爱格式化 2024-07-15 12:07:43

如果您指的是 VB.NET,它可以按照与 C# 相同的方式进行混淆,因为混淆器处理的是程序集,而不是源代码。 由于 C# 和 VB.NET 编译成(几乎)相同的 IL,因此它们都可以使用。

If you mean VB.NET, it can be obfuscated the same way as C#, since the obfuscators work with the assemblies, and not the source code. Since C# and VB.NET compiles into (almost) the same IL, it will work with both of them.

笑红尘 2024-07-15 12:07:43

VB.NET 的默认设置是 Obfuscation = true。

这是一个笑话。 放松。 我无法自拔。 vimpyboy 成功了。

VB.NET's default is Obfuscation = true.

It's a joke. Relax. I couldn't help myself. vimpyboy nailed it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文