PDA

View Full Version : exe editor


suriya6in
03-17-2003, 09:59 AM
hi

I have one application which explains all the feutures of a car.
But i don't know the exact application through which it has been developed.
I have only the .exe file available with me.
Now if i want to edit that executable file, what can i do?
For example, i want to remove the exit button in the application.
now how do i edit the exe file to remove this exit button?

tommysphone
03-17-2003, 11:11 AM
to alter an exe will require the consent of its owner. You could always write your own in a langauge of your choice using the appropriate software.

mouse
03-17-2003, 11:53 AM
You can't, a .exe is a compiled file. The only way you could change it's content is if you had the original source code/files.

Um, unless this file is from an open source project, trying to modify it would likely be illegal.