Tag: hex editor
-
How to easily extract arbitrary data from any file with just a pair of hexadecimal offsets
I recently had to extract data from a binary file and I was only provided with two hexadecimal offsets to obtain it with. Simply speaking, I had to pull out some data from an .ISO file (without mounting it…) and this “arbitrary data” would be a new file itself which could be read in other […]