Re: Reverse Engineering a VB exe
From: datakeepr (datakeepr_at_discussions.microsoft.com)
Date: 08/12/04
- Next message: Gale Green: "Re: Windows Installer launches for some reason - OT"
- Previous message: Ian: "creating an html file in vb6"
- In reply to: Tim Baur: "Re: Reverse Engineering a VB exe"
- Next in thread: Tim Baur: "Re: Reverse Engineering a VB exe"
- Reply: Tim Baur: "Re: Reverse Engineering a VB exe"
- Reply: MikeB: "Re: Reverse Engineering a VB exe"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 12 Aug 2004 11:19:03 -0700
I'm also not too sure what else this VB does. It's very small (36kb). The
old folder (D Drive) is actually a CD Rom on the new machine. I do know what
the folder name and the fiile is that the program is looking for. So I
could burn a CD with the appropriate folder tree on it, load it to the CDR
and see what happens when I run the program. But not sure what else the
program does. I don't want to miss anything.
"Tim Baur" wrote:
> =?Utf-8?B?ZGF0YWtlZXBy?= <datakeepr@discussions.microsoft.com> wrote in
> news:65CD30B0-359D-4A6A-9399-22062B3352AC@microsoft.com:
>
> > I have an exe program developed in VB4 (i think), but do not have the
> > source code. It runs on an NT40 server of which I am relocating to a
> > W2000 server. The VB program I believe makes a call to a now
> > "non-existent" folder. Is there any way to recover/reverse engineer
> > to the source code, make adjustments and then recompile this program.
> > I have VB5.0 and Visio 2000 only to work with at this point.
> >
>
> There are decompilers available for this kind of thing, but decompiling the
> exe almost certainly won't be faster than rewriting the app. Compiled code
> reads nothing like source code.
>
> If you don't know what folder is supposed to be there, it might be possible
> to use FileMon to see what the app is looking for. You could then recreate
> the folder on the OS.
>
> I think there are also utilities on the market that will create a "fake"
> folder in your file system. It works like a Unix alias.
>
> Just a thought.
>
- Next message: Gale Green: "Re: Windows Installer launches for some reason - OT"
- Previous message: Ian: "creating an html file in vb6"
- In reply to: Tim Baur: "Re: Reverse Engineering a VB exe"
- Next in thread: Tim Baur: "Re: Reverse Engineering a VB exe"
- Reply: Tim Baur: "Re: Reverse Engineering a VB exe"
- Reply: MikeB: "Re: Reverse Engineering a VB exe"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|