I have a large binary file (more than 500mb) that I want to read a part of and extract data from. I'm sure I shouldn't load the whole file into memory all at once, so how could I load only a part of it, using hex offsets?
I've never worked with this kind of thing before, so I have no idea where to start. All I want to read and write to the file is text.