VB Decompiler?
-
I couldn't find any forum related to just VB so the closest one to my topic was this one. Does anyone know of a VB DEcompiler? I need to get some information out of our old compiled VB code. I believe is VB 5 or 6. Can anyone help me?
Eddymvp wrote:
I couldn't find any forum related to just VB so the closest one to my topic was this one.
This forum is for VB.
Eddymvp wrote:
Does anyone know of a VB DEcompiler?
For decompiling a .exe file? You cannot do that, because once a program is compiled, there's no way of decompiling the code because it's just 1s and 0s then.
Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.
-
I couldn't find any forum related to just VB so the closest one to my topic was this one. Does anyone know of a VB DEcompiler? I need to get some information out of our old compiled VB code. I believe is VB 5 or 6. Can anyone help me?
VB5 and 6 both compiled down to native code, but start at too high a level. There is nothing that will decompile it back to anything close to resembling the original source.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
I couldn't find any forum related to just VB so the closest one to my topic was this one. Does anyone know of a VB DEcompiler? I need to get some information out of our old compiled VB code. I believe is VB 5 or 6. Can anyone help me?
-
I couldn't find any forum related to just VB so the closest one to my topic was this one. Does anyone know of a VB DEcompiler? I need to get some information out of our old compiled VB code. I believe is VB 5 or 6. Can anyone help me?