I am trying to translate a compiled .NET exe (freeware) which does not seem to decompile properly with standard .NET decompilers. All I want to do is translate some lines into a file and make them work the same, so if you know a way to do this without decompiling the program, I'm fine in telling me which program can do this. I tried IDA Pro (it does not recompile it) and Telrik Just Decompile was out of luck. I also tried using HxD to manually change it, but apparently the lines I'm trying to change are not readable in a hex editor.
source
share