Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能是一个愚蠢的问题,但是是否有 IL 代码的编译器,类似于 Reflector 在 IL 模式下显示的编译器?
ilasm,它带有 .NET 框架。
完整的参考资料在这里。
yes ilasm, it comes with the .NET Framework. but you need the SDK DeComplier
I'm looking for it my self