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


4 answers


Have you tried running a unix command file

on it?



+1


a source


I know of one file format that starts with URES. This is the data file used for the Watchtower library. I have yet to understand the format.



+1


a source


maybe this is something from the Universal Resource Editor (URE) that comes with the OS / 2 Toolkit? just a guess ...

0


a source


this is from watchtower library files and they use meps for encoding, which are native libraries and encryption software, so it will take you a lot of time to crack.

0


a source







All Articles