modifying a dos exe file
Results 1 to 5 of 5

Thread: modifying a dos exe file

  1. #1
    Join Date
    Oct 1999
    Posts
    27

    modifying a dos exe file

    I have an exe file dated 1993. I don't know what it was written in, but it's a fairly simple evaluation program that takes user input and performs some simple calculations. The problem is that I need to modify some of the factors for the calculations. Is there a way for me to get into the file to modify?

  2. #2
    Join Date
    Jun 2001
    Location
    Greenville, SC, USA
    Posts
    800
    Just taking a WAG here - I doubt it.

    I've examined a lot of EXE files, and they all appear to use machine language. EXE files are created from an English language keyboard, using a compiler. The compiler then puts the English language into what is called machine language. The only way you could modify the thing is to have a copy of the compiler, and a copy of the source code, which is the English language I referred to.

    Just out of curiosity, what is the EXE file?

    I am not a Tech, and I am not an Expert. I am only an experienced user. (12 years)


    ------------------
    If it doesn't work, kick it. If it breaks, well, what the hell, it didn't work anyway.

  3. #3
    Join Date
    Oct 1999
    Posts
    27
    It's a program to evaluate a route, using # miles, # stops, # pieces, etc. It asks for user input for the #s, then does calculations (ie # miles * mileage allowance).

    After I posted, I did a search on google for a disassembler for dos, and came up with a download from simtel.net that does open and edit the file. I haven't gotten to the point of seeing whether my modifications actually work.

  4. #4
    Join Date
    Jun 2001
    Location
    Greenville, SC, USA
    Posts
    800
    Sounds great - I'd like to have one of those myself, just to play around with. Can you give me specifics on which site, and which program - to save time for me doing a search with maybe worse results than you got? Thanks.

    ------------------
    Free advice is worth every penny you paid for it.

  5. #5
    Join Date
    Oct 1999
    Posts
    27
    Go to www.simtel.net and search their site for edcom44.zip. That is the one I downloaded, but there are other utilities listed in the search results. If you find something that might be useful to me, let me know.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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