Quote Originally Posted by Mutant_Fruit View Post
Strictly speaking, this makes no sense A file is a file, it's just a bunch of bytes. You can consider them as binary, hex, octal, whatever. It doesn't matter - they're still the exact same thing.


That's what Stream.Seek is for. 0x1F is just an offset, so seek to that offset.


I don't know anything that automatically does that kind of conversion.
I been googleing around on how to open and save files with C#, but they are all about txt files.