ikvm
ikvm copied to clipboard
Can I get source code of converted exe?
When convert success, it will generate a exe file, can I get the source code of the exe file, so that I can modify and change something inside it?
Just use any .NET decompiler lol, such as JustDecompile or .NET Reflector.
Thanks, that's true I can decompile it from dll, however, there are lot of errors that need to fix, so can we have source code directly from ikvm?
There is no source code involved in that way. It is a conversion of the compiled code. There is no intermediate step with clear text source code.