VB Decompiler

Hardware, Software, Internet, etc.

Moderators: Big-O Ryan, Big-O Mark, Matt, jester22c

Post Reply
User avatar
sweeney
Addict
Addict
Posts: 88
Joined: Fri Oct 18, 2002 2:24 pm
Location: Hamden, CT
Contact:

VB Decompiler

Post by sweeney »

I'm looking for a VB Decompiler...is there such a thing? I made this program, then lost the project modules, and its too big to just write all over again.
Axilla wrote:Since apparently no one has told you what a huge douche bag you are, I'll just tell you now. You are a huge douche bag. Huge.
User avatar
Anthony
Moderator
Moderator
Posts: 1532
Joined: Thu Sep 12, 2002 5:10 am
Location: Rochester, New York
Contact:

Post by Anthony »

ONly if you wrote it in version 4.0. Being able to decomplie a VB project would be a huge security hole....
Image
PhaseDMA - Check it out
My AIM+ FAQ
User avatar
Plasma2002b
Extreme Groupie
Extreme Groupie
Posts: 976
Joined: Thu Jul 18, 2002 11:36 pm
Location: Riverside, Ca
Contact:

Post by Plasma2002b »

well what files DO you have?


if you just have the exe then forget it.... but what do ya have?
Image

its teh infamous life of brian gaut to teh max0r!
User avatar
harra
Veteran
Veteran
Posts: 324
Joined: Thu Sep 12, 2002 7:03 am
Location: Houston, Texas
Contact:

Post by harra »

I've looked for a VB decompiler for a long time without much success. I have had no problem finding Java/C++ decompilers, but not VB
User avatar
Master Jedi
Guru
Guru
Posts: 1161
Joined: Sat Jun 15, 2002 10:34 pm
Contact:

Post by Master Jedi »

VB 3 and 4 can be decompiled. I've seem places that will decompile VB 5 and 6 programs into assembler for exorbitant fees. You can't really get the code from the exe's because it's not contained in the exe. Just the logic is there.
User avatar
harra
Veteran
Veteran
Posts: 324
Joined: Thu Sep 12, 2002 7:03 am
Location: Houston, Texas
Contact:

Post by harra »

It's a shame because you can get decompilers for C++ and Java for free and they will give you line-by-line code (minus the comments)
User avatar
Master Jedi
Guru
Guru
Posts: 1161
Joined: Sat Jun 15, 2002 10:34 pm
Contact:

Post by Master Jedi »

Yeah, but if the Java code has been obfuscated, you don't get the variable names back so the code can be realy hard to follow.
User avatar
harra
Veteran
Veteran
Posts: 324
Joined: Thu Sep 12, 2002 7:03 am
Location: Houston, Texas
Contact:

Post by harra »

OK, now I feel real stupid. What is obfuscated code? Is it some form of encryption?
User avatar
Master Jedi
Guru
Guru
Posts: 1161
Joined: Sat Jun 15, 2002 10:34 pm
Contact:

Post by Master Jedi »

When you obfuscate the compiled Java code, it prevents the variable names from being recovered by a decompiler.
User avatar
harra
Veteran
Veteran
Posts: 324
Joined: Thu Sep 12, 2002 7:03 am
Location: Houston, Texas
Contact:

Post by harra »

I guess nobody's .class files that I have decompiled have obfuscated their code. I've gained a reputation on the job for "reverse engineering" our vendor's code when they refuse to fix something. I decompile the code, find their bug, report the bug and when they refuse to fix it, I fix it for them. Fortunately for me, the vendor knows what I do and don't care.
User avatar
Master Jedi
Guru
Guru
Posts: 1161
Joined: Sat Jun 15, 2002 10:34 pm
Contact:

Post by Master Jedi »

For the most part Java programmers don't care. If they have any experience than they know it's easy to decompile and it's not worth the effort to obfuscate it (because the code can still be retrieved...most decompilers will assign variable names for you).
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest