I am disassembling an exe file trying to find out how some parts of it work so we can make an easier modification then the current system works (which is just copy and overwriting files). I found some functions in there that refer to a MPGameSetupPage.cpp (which obv i can't access) and some references to some .xml files (which is what I am trying to access) and cannot seem to find the files in any directory. So i am assuming they are built into the EXE. My question is how can i edit these .xml files inside the exe? I need to change some strings around so it loads a different set of files compared to the original set.
MasterGberry -3 Posting Whiz in Training
Recommended Answers
Jump to Post>> So i am assuming they are built into the EXE
I doubt it. I've never heard of such a thing. An executable is just machine code, isn't it?
Jump to PostIt has machine code in it, in those machine codes spell out this
That makes sense.
But when searching for that file i cant find it :S
I still think it's an external file somewhere. Perhaps it's an external file you don't possess, in which case, if the program needs …
All 5 Replies
VernonDozier 2,218 Posting Expert Featured Poster
MasterGberry -3 Posting Whiz in Training
template<> 37 Junior Poster
MasterGberry -3 Posting Whiz in Training
VernonDozier 2,218 Posting Expert Featured Poster
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.