Best visual decompiler is dotPeek from JetBrains and it's free.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Last January, I fell victim to some RansomWare. :(
I managed to recover most of what I lost from backups, but one program I wrote was up to v4.0.5 and the only source code I was able to recover was from a months-old backup of v4.0.3.
Is there a way to decompile the v4.0.5 exe back to the original VB source code? (I've seen decompilers for C# but not VB.) TIA
Best visual decompiler is dotPeek from JetBrains and it's free.
You can try tools like ILSpy
Thanks. I was hoping for something that could decompile to VB so I could compare my 4.0.3 source code side-by-side to the decompiled version looking for changes, but I'll take what I can get.
I created a program for financial accounting
in the meantime, my disk with the working versions got damaged.
I also have a bug in the program. I tried the decompile when debug option. I find an error and delete the entire procedure, but I don't know how it has an effect on the executable program.
I'm asking for help