ikvm icon indicating copy to clipboard operation
ikvm copied to clipboard

Can I get source code of converted exe?

Open crackleeeessyp opened this issue 2 years ago • 3 comments

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?

crackleeeessyp avatar Apr 26 '22 12:04 crackleeeessyp

Just use any .NET decompiler lol, such as JustDecompile or .NET Reflector.

trungnt2910 avatar May 05 '22 11:05 trungnt2910

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?

crackleeeessyp avatar May 21 '22 08:05 crackleeeessyp

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.

LTRData avatar May 21 '22 16:05 LTRData