Is there any converter dll to source code software?
Kindly need your help. I want to know software that converts dll to source code. Can you give some suggestions.Â
Kindly need your help. I want to know software that converts dll to source code. Can you give some suggestions.Â
There are many software that you can use. Dot Net Reflector is the best which gives you the total control of the source code.
Dot net Reflector is not free, You can get 30 days trial version from here :
https://www.red-gate.com/products/dotnet-development/reflector/
Decompilation is possible depending on the language that the program was written in.Basically you can't get the source code of compiled VB programs.
Even with the best tools available, you will spend more time 'fixing' and interpreting what they produce than you would re-writing the program.
For C# you can use Reflector.
Please see below links for decompiler software’s.
https://sourceforge.net/projects/boomerang/
https://www.vb-decompiler.org/
Â
Â