.NET Reflector - How do I Import a file that I exported as Assembly Source Code previously

697 Views Asked by At

I actually exported an .exe with the "export assembly source code" option to work better with it, but when I did all the changes I wanted to do, I realized that I didn't knew how to import everything up again in an exe. Can someone help me with my problem?

1

There are 1 best solutions below

0
On

If you want to inject C# code into compiled assemblies, you can use Reflexil.

Note, that it runs as a plugin on top of Reflector, ILSpy, or JustDecompile.