01-20-2010 04:11 AM
01-20-2010 09:51 AM
Why did you write the details in a Word document, which is a proprietary format, and not everyone has Word, but everyone can read the body of a message?
01-20-2010 10:18 AM
What you have is just a plain text file containing hexadecimal formatted text.
Do you know the offset of the data you need to change? Is the "address" a variable? Why don't you simply read your file as plain text, use search string to find ":1064F", then increment the location by the desired offset to get the locations you need to overwrite as described by smercurio.
How often does this need to happen? Is the file just 32k? For simplicity, you might just want to do the changes in memory and overwrite the entire file.