I'm using 2.1 build 476.
I created a known file type using the editor and resulted in this XML:
<?xml version="1.0" encoding="UTF-8"?>
<FileTypeList version="2.0">
<FileType id="747" group="Archive" description="Acronis True Image" features="" extension="tib">
<Begin combine="AND">
<Signature>\xb4nhD</Signature>
</Begin>
<End combine="AND">
<Signature offset="3">\xb41\x96\x17</Signature>
</End>
</FileType>
</FileTypeList>
I tested it against my 1.5 GB known good .tib file on a 4GB USB key and it was able to be recovered. I verified with a MD5 checksum that they were identical. I then scanned the troubled drive and resulted in no found .tib files.
I decided to try again the old XML which is this:
<?xml version="1.0" encoding="UTF-8"?>
<FileTypeList>
<FileType id="747" group="User Custom" description="Acronis True Image" extension="tib">
<Signature from="begin" offset="0">\xB4\x6E\x68\x44</Signature>
<Signature from="end" offset="3">\xB41\x96\x17</Signature>
</FileType>
</FileTypeList>
Which resulted in found .tib files in the Extra Found Files section and probably elsewhere, but haven't walked all found partitions in the device view. I haven't confirmed whether or not the found .tib files are corrupt or valid. That I haven't yet determined. The files are quite large and will take some time to recover and examine.
I'll post back when I have results from files analyzed after recovery. As of right now my concern is the observation of no .tib files found using the first posted XML. Does my syntax look good or is something not kosher or is this a bug?
I didn't think of it until now, but I should have run another test using the old XML against my USB key. I'll do that as well and post the results. I'm getting ahead of myself being hopeful for successful recovery

I'm using 2.1 build 476.
I created a known file type using the editor and resulted in this XML:
<?xml version="1.0" encoding="UTF-8"?>
<FileTypeList version="2.0">
<FileType id="747" group="Archive" description="Acronis True Image" features="" extension="tib">
<Begin combine="AND">
<Signature>\xb4nhD</Signature>
</Begin>
<End combine="AND">
<Signature offset="3">\xb41\x96\x17</Signature>
</End>
</FileType>
</FileTypeList>
I tested it against my 1.5 GB known good .tib file on a 4GB USB key and it was able to be recovered. I verified with a MD5 checksum that they were identical. I then scanned the troubled drive and resulted in no found .tib files.
I decided to try again the old XML which is this:
<?xml version="1.0" encoding="UTF-8"?>
<FileTypeList>
<FileType id="747" group="User Custom" description="Acronis True Image" extension="tib">
<Signature from="begin" offset="0">\xB4\x6E\x68\x44</Signature>
<Signature from="end" offset="3">\xB41\x96\x17</Signature>
</FileType>
</FileTypeList>
Which resulted in found .tib files in the Extra Found Files section and probably elsewhere, but haven't walked all found partitions in the device view. I haven't confirmed whether or not the found .tib files are corrupt or valid. That I haven't yet determined. The files are quite large and will take some time to recover and examine.
I'll post back when I have results from files analyzed after recovery. As of right now my concern is the observation of no .tib files found using the first posted XML. Does my syntax look good or is something not kosher or is this a bug?
I didn't think of it until now, but I should have run another test using the old XML against my USB key. I'll do that as well and post the results. I'm getting ahead of myself being hopeful for successful recovery :)