如何保护我的Enum反编译 [英] How to protect my Enum on decompiling

查看:103
本文介绍了如何保护我的Enum反编译的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何加密或隐藏我的反编译枚举

i尝试了许多应用程序来保护我的代码,但枚举仍然是

How to encrypt or hide my enumerations on decompiling
i tried many applications to protect my code but the enumerations remains as it is

推荐答案

我还没有遇到一个混淆器,它不会将代码中的枚举转换为不可读的形式:例外是作为枚举的一部分所需的文本名称,用于在ToString和Enum.Parse操作中使用,这些操作必须返回枚举文本或您的应用程序可能会失败。



因此,如果您使用了特定的混淆器并且它没有隐藏代码中的名称,那么您可能期望某些东西混淆不能给你!
I have yet to meet an obfuscator which doesn't convert enums in code to an unreadable form: the exception is the text names which are needed as part of the enum for using in ToString and Enum.Parse operations, which have to return the enum text or your application could fail.

So if you have used a particular obfuscator and it doesn't hide the names in your code, it's possible you are expecting something that obfuscation can't give you!


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

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