.Net Reflector 红色和绿色方块
绿色和红色方块是什么?这些变量名和字符串是否被故意混淆?有“反混淆器”吗?
What are the green and red squares? Are these variable names and strings being obfuscated purposely? Is there a 'deobfuscator'?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
乍一看,我会说它是没有可打印表示的 unicode 字符
At a glance I would say it's unicode characters which don't have a printable representation
您所看到的可能是混淆器的结果。这些字符显示为方框,因为您在 Reflector 中使用的字体没有所显示字符的字形。
我认为 Dotfuscator 会进行这种类型的混淆。您可以通过查看程序集的属性来检查
Dotfuscator
属性。What you are seeing is probably the result of an obfuscator. The characters are appearing as boxes because the font you are using in Reflector does not have a glyph for the character being shown.
I think Dotfuscator does this type of obfuscation. You can check by looking at the attributes of the assembly for a
Dotfuscator
attribute.