09-01-2013, 10:23 AM
If u want to make it work for ep2, there is 8 bytes in the bottom u can skip.
So in the end of every loop u just check if there are only 8 bytes left, if so then skip that.
if(b.BaseStream.Length - b.BaseStream.Position == 8)
b.BaseStream.Position += 8;

