Tool for editing .IL files?
Currently I use Notepad for this purpose. Is there any specific tool intended for editing .NET Intermediate Language files?
Dotnet IL Editor (DILE) disassembles files before editing them, I don't need that functionality - only actua开发者_开发知识库l editing is needed in the most efficient manner.
I found the ReflexIL very helpful. Check out my post on the same for more options.
Try using dnSpy. It's an open-source project on GitHub and appears to be well-known since it has >2,000 stars. (Note: I haven't tried it myself yet, but am planning to in the very near future.) https://github.com/0xd4d/dnSpy
精彩评论