|
-
Jun 25th, 2003, 01:32 PM
#1
Thread Starter
Hyperactive Member
Decompiler....
Hey guys!
Is there a program that can de-compile the source code of a program?
I was just wondering...
Thanks!
-
Jun 25th, 2003, 01:59 PM
#2
Fanatic Member
-
Jun 25th, 2003, 02:04 PM
#3
Thread Starter
Hyperactive Member
-
Jun 25th, 2003, 02:06 PM
#4
Hyperactive Member
There are decompilers for VB 3,4..... But not 5,6,7 :\
-
Jun 25th, 2003, 02:22 PM
#5
Originally posted by Eras3r
There are decompilers for VB 3,4..... But not 5,6,7 :\
the way that vb apps are compiled... a decomplier wouldnt be real useful anyway... the code wouldnt come out how it was before you compiled it
-
Jun 25th, 2003, 03:01 PM
#6
Isn't VB7 actually .NET? Isn't that fairly simple to decompile?
-
Jun 25th, 2003, 04:16 PM
#7
Hyperactive Member
Originally posted by kleinma
the way that vb apps are compiled... a decomplier wouldnt be real useful anyway... the code wouldnt come out how it was before you compiled it
Actually, the VB3 decompiler provided you with almost the exact original code... aside from variable and function names.
I would think VB7 would be easy to decompile.... Because i think vb7 compiled executables are formatted similar to java programs... byte codes. Not sure tho.
-
Jun 25th, 2003, 04:54 PM
#8
Hyperactive Member
From what I heard, the whole .NET lacks the security when it comes to compiling/decompiling; main reason I haven't switched to NET yet.
-
Jun 25th, 2003, 04:59 PM
#9
Fanatic Member
There are code obfuscators out for many different languages, including VS.NET. They screw around with the code, trying not to hurt performance, but making it virtual gibberish when decompiled.
-
Jun 25th, 2003, 05:27 PM
#10
Frenzied Member
Re: Decompiler....
Originally posted by mike2
Hey guys!
Is there a program that can de-compile the source code of a program?
I was just wondering...
Thanks!
take a look at this
VB RezQ - Source Recovery for Visual Basic
-
Jun 25th, 2003, 07:24 PM
#11
Originally posted by Eras3r
Actually, the VB3 decompiler provided you with almost the exact original code... aside from variable and function names.
I would think VB7 would be easy to decompile.... Because i think vb7 compiled executables are formatted similar to java programs... byte codes. Not sure tho.
i meant for 32bit vb5+ applications... i know old ones can be decompiled...
.NET compiles to IL language... all .NET languages compile to the same medium
-
Jun 25th, 2003, 10:34 PM
#12
Lively Member
Originally posted by kleinma
i meant for 32bit vb5+ applications... i know old ones can be decompiled...
.NET compiles to IL language... all .NET languages compile to the same medium
and that medium is vulnerable as all hell =)
-
Jun 26th, 2003, 03:47 AM
#13
The RezQ thing is a start but...
Note: VB RezQ does not recover the source code within subroutines.
However - if you are developing software but not using any source control and backup methodology then whatever you are developing probably isn't worth recovering anyway.
-
Jun 26th, 2003, 10:22 AM
#14
Addicted Member
Originally posted by Balron
and that medium is vulnerable as all hell =)
Unless you use the obfuscator that ships with .NET 2003.
-
Jun 26th, 2003, 12:40 PM
#15
Originally posted by Sheppe
Unless you use the obfuscator that ships with .NET 2003.
sheppe you rock climb?
-
Jun 26th, 2003, 01:55 PM
#16
Fanatic Member
Originally posted by kleinma
sheppe you rock climb?
Do you? Where at?
-
Jun 26th, 2003, 02:21 PM
#17
Originally posted by Briantcva
Do you? Where at?
yeah... Im from NJ.. so really just around this area.. NJ/NY
-
Jun 26th, 2003, 02:22 PM
#18
Fanatic Member
VA for me. Seneca(WV) all the time and the Whites (NH) for snow and ice when I can get up there. Only made it to the Gunks once but loved it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|