c# - Modify Compiled .Net Exe -


i have application written in c# (without source of course), needs changed little bit. example, need stop few lines of code create unnecessary menu. think should comment them out.

the source code not obfuscated. know can decompile, change, , compile again, using tools reflector/reflexil. knows doing this, many parts of code won't compile again! there way in reflector (or other product) part of disabled/changed without process?

thanks.

you might want try dnspy. .net assembly editor, decompiler, , debugger forked ilspy.

https://github.com/0xd4d/dnspy


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -