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.
Comments
Post a Comment