Modiyfing assemblies

Using dnSpy you can modify assemblies

Useful for adding debbuging statements / alter assembly features.

Right click on the program in assembly exploler > Edit Program

After implementing changes to the code click Compile

Click Save All in the top left corner of dnSpy application

Last updated