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

Recommended Answers

All 2 Replies

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.

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. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.