Custom Signature Syntax Topic is solved

Using PhotoRec to recover lost data
Forum rules
When asking for technical support:
- Search for posts on the same topic before posting a new question.
- Give clear, specific information in the title of your post.
- Include as many details as you can, MOST POSTS WILL GET ONLY ONE OR TWO ANSWERS.
- Post a follow up with a "Thank you" or "This worked!"
- When you learn something, use that knowledge to HELP ANOTHER USER LATER.
Before posting, please read https://www.cgsecurity.org/testdisk.pdf
Locked
Message
Author
Ben61694
Posts: 3
Joined: 03 Mar 2014, 15:52

Custom Signature Syntax

#1 Post by Ben61694 »

I'm trying to create a custom signature for .sbw files (savings bond wizard), and this is what I get.

Code: Select all

00000000   6B 03 00 00 01 00 FF FF  04 00 05 00 43 42 6F 6E  64 00 00 00 00 00 00 39  40 00 00 00 A0 99 99 B9   k     ÿÿ    CBond      9@    ™™¹
00000020   3F 00 00 00 00 00 00 00  00 32 00 00 00 D1 04 00  00 00 00 00 00 00 00 00  00 69 03 00 00 00 00 00   ?        2   Ñ           i      
00000040   00 00 00 39 40 6D 03 00  00 FF FF FF FF 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00      9@m   ÿÿÿÿ                   
00000060   00 00 00 00 00 03 4E 45  2A 09 31 31 31 31 31 32  31 31 31 02 45 45                                        NE* 111112111 EE
I saved the line to a regular text file in Knoppix live CD:

Code: Select all

sbw 0 "k..........CBond"
However, fidentify will still say that the file is unknown. What do I need to do? This is my first time dealing with this stuff.

User avatar
cgrenier
Site Admin
Posts: 5432
Joined: 18 Feb 2012, 15:08
Location: Le Perreux Sur Marne, France
Contact:

Re: Custom Signature Syntax

#2 Post by cgrenier »

You can try
sbw 12 "CBond"

Locked