开发者

.Net Reflector Red and green squares

开发者 https://www.devze.com 2022-12-08 17:45 出处:网络
What are the green a开发者_JAVA技巧nd red squares? Are these variable names and strings being obfuscated purposely? Is there a \'deobfuscator\'?At a glance I would say it\'s unicode characters which d

What are the green a开发者_JAVA技巧nd red squares? Are these variable names and strings being obfuscated purposely? Is there a 'deobfuscator'?


At a glance I would say it's unicode characters which don't have a printable representation


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消