Search found 1 match

by SailorCM
16 Jun 2012, 09:58
Forum: File recovery
Topic: Setup a signature for a *.cs file
Replies: 6
Views: 8305

Re: Setup a signature for a *.cs file

forget 0xEF 0xBB 0xBF .. it's just the signature for UTF-8 encoded files...

what you need is:

cs 0 0xefbbbf6e616d657370616365
cs 0 0x6e616d65737061636520
cs 0 0x7573696e6720
cs 0 0xefbbbf7573696e6720
sln 0 0xefbbbf0d0a4d6963726f736f66742056
userprefs 0 0xefbbbf3c50726f706572746965733e0a


and ...