本文介绍了我如何在vb.net中创建反编译器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我如何在vb.net中创建反编译器
how i create decompiler in vb.net
推荐答案
创建反编译器将学习.NET Framework的优秀知识,同时理解Reflection。
To create a decompiler would take excellent knowledge of the .NET Framework coupled with understanding Reflection.
更好的想法是使用dotPeek这是一个免费的反编译工具。
A better idea is to use dotPeek which is a free tool to decompile.
或,这是付费产品。
这篇关于我如何在vb.net中创建反编译器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!