Hi,
what I did : created 40-byte string in string-table which starts with six-byte ID, rest of string consists of underscores.
starting the exe I open the exe as file and use seek and read to find out where the string is saved within the exe-file. with this offset I'd like to write some application specific data to that address.
Opening the exe for reading works fine.
However, I'm unable to open the exe-file for writing or for
read/write.
Any ideas how to solve this problem ?
thanks in advance
what I did : created 40-byte string in string-table which starts with six-byte ID, rest of string consists of underscores.
starting the exe I open the exe as file and use seek and read to find out where the string is saved within the exe-file. with this offset I'd like to write some application specific data to that address.
Opening the exe for reading works fine.
However, I'm unable to open the exe-file for writing or for
read/write.
Any ideas how to solve this problem ?
thanks in advance