![]() |
|
VB6 Decompiler that actually gives back source - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: VB6 Decompiler that actually gives back source (/Thread-VB6-Decompiler-that-actually-gives-back-source) |
VB6 Decompiler that actually gives back source - KennyMCL - 03-30-2014 a friend of mine told me he found a VB6 Decompiler that actually gives back source i was just curious to know if anyone still has it or if it even exists which i highly doubt. thanks RE: VB6 Decompiler that actually gives back source - The Real Slim Shady - 03-30-2014 (03-30-2014, 05:33 AM)KennyMCL Wrote: a friend of mine told me he found a VB6 Decompiler that actually gives back source i was just curious to know if anyone still has it or if it even exists which i highly doubt. thanks Well, I havent touched VB6 in over a decade... but to my knowledge, with the process of compilation - you'll never get the exact source code back by decompiling. The decompiler may be able to extrapulate what the program was doing and provide functionally similar code, but it wont be the code that the developer used. However, I dont know how common it is for people to write programs that go to that much effort. I certainly never found one that did that for VB6. RE: VB6 Decompiler that actually gives back source - KennyMCL - 03-31-2014 it didnt fully recover the code only about 50% and it was actual vb6 code ,not assembly, my friend referred to it as a "coorperation decompiler" |