Computer Hope

Software => Computer programming => Topic started by: rad on November 03, 2005, 08:36:59 PM

Title: .exe file
Post by: rad on November 03, 2005, 08:36:59 PM
 ::) I need help viewing a exe file as text? This file is a utility file on a Domain? Anybody know how to send the results as text for viewing?
Title: Re: .exe file
Post by: Dusty on November 04, 2005, 12:41:07 AM
What do you mean???  

You can use type at the command prompt e.g. type filename <enter> and the result will be what the prog can interpret into text but not a lot can be interpreted, the rest will look like mumbo jumbo or spaces.   You could try a hex editor & that will allow you to alter the .exe prog but do so at your own peril.  .exe files "cannot" be retro'd to the source coding which has been compiled & linked to produce the .exe