Registriert seit: 23. Jul 2004
23 Beiträge
|
Re: find hex codes in files
24. Jul 2004, 15:00
? i can't understand your code ?
it is not easier to load the file in a filestream. then seek to the postion of the AddD string + 8 chars forwad
that the cursor is after "AddD ".
than the version number is 14 chars long. from the position read the filestream in a buffer which is 14 chars long.
but when i tried to prompt the buffer, it is empty. why ?
|