美文网首页
dnSpy反编译出来的不必要的乱码如何去除,dnspy格式化代码

dnSpy反编译出来的不必要的乱码如何去除,dnspy格式化代码

作者: 山猫_5764 | 来源:发表于2018-08-22 18:06 被阅读35次

在使用dnSpy的时候,反编译出来的代码一般都会带有很多垃圾信息,干扰我们View Code。

具体的做法就是:

国内很少有帖子提到这个问题,我只好去Github发了帖子问了Issue。作者详细给出了回答:

***********************************************************

View > Options > Decompiler > IL (or C#) and choose what you want, I guess you don't want show tokens, RVAs and file offsets, nor il instruction bytes.

If you're having a hard time reading it, you can just put it into C# anyway, and it won't have most of it (just per method).

***************************************************************

按照给出来的提示操作,最终搞定了。代码非常干净。

相关文章

网友评论

      本文标题:dnSpy反编译出来的不必要的乱码如何去除,dnspy格式化代码

      本文链接:https://www.haomeiwen.com/subject/brwyiftx.html