Can't get custom file sig to show up

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Can't get custom file sig to show up

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

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.

Can't get custom file sig to show up

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>

Top