Does the file contain "URES"?
I have several files that contain data in a format that I am not familiar with. All data files begin with the same sequence of bytes, presumably a file header, and the sequence is "URES". I am guessing that these files are some sort of resource file, perhaps a collection of data or other files embedded in a single file; this is just a guess.
Does anyone know what format this / could be?
If so, how do I interrogate the file? Are there applications that allow me to open such files? Do you know of any libraries or APIs that I can use to access data programmatically?
+2
a source to share