decompile an exeutable file built in vb6 to change the title of it?
Who knows how to decompile an executable file built in vb6 so that I can change the title of it?
If anyone can help me with this before 11/12/09 5:00 am est. I will Rep+ on you so much ill get banned for Rep+ spamming (is that even possible). I will love you for freaking ever!! So please someone help me? Also I do Microsoft's VB6 editor, the Microsoft Visual Basic 2008 Express Edition.
Re: decompile an exeutable file built in vb6 to change the title of it?
I need this help as well.:tongue:
Re: decompile an exeutable file built in vb6 to change the title of it?
You can't decompile a .exe file into source code. You can edit the program with something like a resource hacker, which I don't know where to get but they can edit things.
Re: decompile an exeutable file built in vb6 to change the title of it?
if you have source code you can put in to vb but u also have to tottaly remake program with buttons and text changing but to chage name of program click fourm # (mostly fourm 1) and hit properties
Re: decompile an exeutable file built in vb6 to change the title of it?
Quote:
Originally Posted by
Zeus
You can't decompile a .exe file into source code. You can edit the program with something like a resource hacker, which I don't know where to get but they can edit things.
I can decompile VB6 and VB 2009. IDK wtf you are talking about. VB6 is on of the easiest programming languages to reverse engineer.
OP, please post the program and I will change the title to what you would like.
Re: decompile an exeutable file built in vb6 to change the title of it?
Quote:
Originally Posted by
JohnnyMcKinney
I can decompile VB6 and VB 2009. IDK wtf you are talking about. VB6 is on of the easiest programming languages to reverse engineer.
OP, please post the program and I will change the title to what you would like.
Reverse engineer yes but there is no way to decompile an executable and get all of the source code out of it that was used, at least not that I'm aware of.
Re: decompile an exeutable file built in vb6 to change the title of it?
The only thing you can really do is decompile it into an assembly language I believe and I usually use, OLLYDBG or W32DSM89.