954,202 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

modifying an exe

Is there a way to modify an exe file if you don't know what program the file was created in? I guess what I am asking is if there is a generic program to modify/change information within an exe program?

Dennis

dennis_89
Newbie Poster
1 post since Jul 2004
Reputation Points: 10
Solved Threads: 0
 

What you're wanting to do used to be called 'object-level patching'. Depending on the machine the code was written for, there should be some kind of dis-assembler available which would allow you to decode the executable back into assembler code. N.B., this is NOT a trivial pursuit. Have done this on IBM mainframe system, and it can be either fun or incredibly tedious, depending on one's peculiar bent of mind.

kthompsn
Newbie Poster
4 posts since May 2004
Reputation Points: 10
Solved Threads: 0
 

You can do it with DOS's debug program if you know what you really want to change. Tough to change anything but text strings though. The kiddies have been doing this to game disks for years. :)

bentkey
Posting Whiz
321 posts since Apr 2004
Reputation Points: 24
Solved Threads: 8
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You