Author |
Message |
Trans_porter New User
Joined: 11 Jan 2006 Posts: 1
|
Posted: Wed Jan 11, 2006 11:28 am
Post subject: Decompiling VB 1.0
|
|
How can I decompile VB version 1.0 with only .exe file? Since i olrdy used the VB Reformer dat only show the code like this "011bee01 8bec mov ebp, esp" which i can't understnd!
|
|
Back to top |
|
|
|
golem Often here
Joined: 18 Nov 2002 Posts: 73
|
Posted: Mon Jan 23, 2006 3:12 pm
Post subject: Huh?
|
|
I've never heard of 'VB 1'.
The oldest VB I've ever heard of is VB2 (the predecessor to VB3), and Dodi's decompiler seemed to handle both of those.
I guess we would need more info. Do a binary examination of your file. What is the magic word of the first four bytes?
VB2/VB3 (and 16bit VB4) used NE header files. From that point on everything came in a PE header format.
Once you figure that it out...
|
|
Back to top |
|
|
|
DARKER New User
Joined: 05 May 2005 Posts: 1
|
Posted: Mon Jan 30, 2006 2:43 pm
Post subject:
|
|
Sometime in past i see on internet VB1 Signature for IDA ... try Google it.
|
|
Back to top |
|
|
|
|
|