Hi..
I have a BinaryFile, actualy an xbox roster file. I need to read and write from it.
I want to start reading it from a certain hex pattern until the next hex pattern etc. throughout the file.

Information:
...Nicol..sVergallo. .....E..GHKKIYQSVIHG....M7WLKFHd22.R.......1z.[>.............................................................
EstebanLozada..O..3I@9&...A.UG=V.Z=JEQ?.Gd22..R.?..........1t.Y>.............................................................
This is where 2 players is stored, before each player name the following pattern occurs: 08 01 0F. I want to read between each pattern.

Thanks
Frans