4

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.

SharpAffair
  • 5,558
  • 13
  • 78
  • 158

2 Answers2

2

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

1

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

James Ko
  • 32,215
  • 30
  • 128
  • 239