User Tag List

Results 1 to 7 of 7

Thread: decompile an exeutable file built in vb6 to change the title of it?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    decompile an exeutable file built in vb6 to change the title of it?

    User Info Menu

    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.
    Every man for himself. You trust no one but yourself, if you want something done you do it your self don't rely on others. You watch your own back, you fight your own fights its you against the world.

    Quote Originally Posted by Some phag
    -.BUS.-'s mommy says to Cannon, "I love you,
    I love you, I love you"
    The Cannon on the bus says, "I love you, too"
    All through the town.

  2. #2
    decompile an exeutable file built in vb6 to change the title of it?

    User Info Menu

    Re: decompile an exeutable file built in vb6 to change the title of it?

    Quote Originally Posted by Zeus View Post
    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.

    Rules are HERE. They have been updated as of May 30th 2013 at 5:00 A.M.
    If you see a topic that a link is broken, the information is no longer correct, the content has been patched, or a rule is being broken please use the button. Thanks.

  3. #3
    decompile an exeutable file built in vb6 to change the title of it?

    User Info Menu

    Re: decompile an exeutable file built in vb6 to change the title of it?

    Quote Originally Posted by JohnnyMcKinney View Post
    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.
    Every man for himself. You trust no one but yourself, if you want something done you do it your self don't rely on others. You watch your own back, you fight your own fights its you against the world.

    Quote Originally Posted by Some phag
    -.BUS.-'s mommy says to Cannon, "I love you,
    I love you, I love you"
    The Cannon on the bus says, "I love you, too"
    All through the town.

  4. #4
    decompile an exeutable file built in vb6 to change the title of it?

    User Info Menu

    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.

    +Rep

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •