Can't get custom file sig to show up

A forum on data recovery using the professional data recovery software R-STUDIO.
DataRecoveryWorks
Posts: 5
Joined: Mon Jun 29, 2015 4:14 am
Contact:

Can't get custom file sig to show up

Post by DataRecoveryWorks » Mon Jun 29, 2015 4:27 am

Hi all, I tried to create a custom file signature once before and had no luck, running into the same problem again. I followed the instructions exactly as they are here (http://www.r-tt.com/Articles/Creating_C ... ndex.shtml) and while I can create the .xml file, I can't get it to show up in the list of known file types - any idea what I could be doing wrong? It doesn't give me any errors when I point to the .xml file and it asks me if I want to load it, but it doesn't show up in the list. Any help would be much appreciated!

Here is the .xml file

<?xml version="1.0" encoding="UTF-8"?>
<FileTypeList version="2.0">
<FileType id="50001" group="" description="Ocean Vision" features="" extension="svy">
<Begin combine="OR">
<Signature>56\x2065\x2072\x2073\x2069\x206F\x206E\x2020</Signature>
</Begin>
<End combine="OR">
<Signature>2F\x202A\x200D\x200A</Signature>
</End>
</FileType>
</FileTypeList>

Alt
Site Moderator
Posts: 3129
Joined: Tue Nov 11, 2008 2:13 pm
Contact:

Re: Can't get custom file sig to show up

Post by Alt » Tue Jun 30, 2015 10:26 am

DataRecoveryWorks wrote: <FileType id="50001" group="" description="Ocean Vision" features="" extension="svy">
Looks like you forget to select or specify the 'group' parameter.

Post Reply