I am wondering hox I can modify an exe file. Is there a program out there that will let me see the make up of it. I don't know what program was used to create the file but is there a generic program that will let me modify it.
This conversation is currently closed to new comments.
Unless you're lucky enough to have a DE-compiler that will work on the EXE, you're probably out of luck. The whole purpose of the EXE is to prevent people from modifying the code.
You will need to know what the code is compiled in C, C++, VB, Python etc. and then be able to DECOMPILE it, in which case yuo will need access to the program itself, as said before "not bloody likely".
If this was MS for example, someone could have actually fixed the various Windoze flavours and made them work, I don't think MS would like that too much as people would realize what a joke they are.
- I use to take the old write.exe from win3.1... - Open files, select your exe file, do not use the conversion... - Example MSWord.exe, you can change the access of the ini file it uses. Another example you change DOS to instead of files copied, change to files deleted... - Then save, it is a lot of fun...
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
modify an exe file