为什么大多数(全部?)混淆工具针对 C# 和其他 C 语言而不是 VB?
我不知道我是否正确,但几乎每次我读到有关混淆和处理它的工具时,都是关于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您指的是 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.
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.