1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

editing an exe file

Discussion in 'Other PC Software' started by thetoolman, 2006/04/23.

  1. 2006/04/23
    thetoolman

    thetoolman Inactive Thread Starter

    Joined:
    2006/04/23
    Messages:
    9
    Likes Received:
    0
    Hi,
    Is it possible to edit an exe file in vb or similar?
     
  2. 2006/04/23
    Hotaru

    Hotaru Well-Known Member

    Joined:
    2002/12/23
    Messages:
    148
    Likes Received:
    0
    Short answer: No

    Long answer: You can get a hex editor to tinker with .exe's, but you'll find there's little you can do. If you have the original source code and correct languages installed, you can compile a new .exe to be what you want.
     

  3. to hide this advert.

  4. 2006/04/24
    markp62

    markp62 Geek Member Alumni

    Joined:
    2002/05/01
    Messages:
    4,012
    Likes Received:
    16
    The problem with using a hex editor is that you cannot change the size of the executable, except for in a few cases if the file is less than 64 kb. For example you can edit Win98's Explorer.Exe so that it says "Breaking Windows 98" instead getting the "Starting Windows 98" message on bootup. "Starting" and "Breaking" have the same amount of letters, so the file size stays the same.
    Oh, just to save you some time, if you decompile an executable, you won't end up with the source code.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.