![]() |
|
#1
|
|||
|
|||
|
I want to read a rtf file from my Application which is appended to the end of my Application EXE,
What I'm able to do is read and store the exe size in a record at the end, now I want to copy rtf file of unknown size only (because size may change for each of the new appended file) I know the exe size and the size of Record added at the end of the file (Record size is 38) any help????? |
|
#2
|
|||
|
|||
|
Use marker/flag. Your exe | marker | document.
Use string search to find the marker and split the binary. Another way to store your document is store it into a resource. |
![]() |
| Tags |
| streams |
| Thread Tools | |
| Display Modes | |
|
|