在使用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).
***************************************************************
按照给出来的提示操作,最终搞定了。代码非常干净。
网友评论