Question

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 actual editing is needed in the most efficient manner.

Was it helpful?

Solution

I found the ReflexIL very helpful. Check out my post on the same for more options.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top