|
hi, i have a program that returns a byte value in variable 'pos'. I want to start from byte 'pos' and stream data from that file into another file until i reach a particulr string of hex, then i want to stop streaming. i can post my code if it will help but basically i would like to know how to stream from a file until you reach a certain string of hex in that file. I have tried all sorts and found memcmp the most useful for matching strings of hex
thanks
|
|
|
|
|
|
|
// |