Hi @recuperation
recuperation wrote: 08 Sep 2023, 09:04
Why are you posting your issue again in a second topic?!
I moved it to your original contribution.
How do you think your problems will be solved without ANY case documentation?
Thanks for the reply, I'm new to the forum, even though the topics refer to the same problem I didn't want to add different references.
using Photorec 7.1 and selecting only the XCF extension the search finds nothing, and if I run the "fidentify test.xcf" command from the terminal I get the "unknown" file message.
so reading the guide I was trying to learn how to create a custom signature, but even following all the steps I can't find the right way.
recuperation wrote: 08 Sep 2023, 09:04
You were supposed to document what you did exactly and where you failed!
The absolute minimum I expected from you is to post the content of your individual sig-file, and not some hex file.
How should I else find out? Please tell me!
Is that so difficult?
xxd 'test.xcf' | head -n 3
00000000: 6769 6d70 2078 6366 2076 3031 3100 0000 gimp xcf v011...
00000010: 0780 0000 0438 0000 0000 0000 0096 0000 .....8..........
00000020: 0011 0000 0001 0100 0000 1300 0000 0843 ...............C
file .photorec.sig in folder '/home' and '/home/myname'
test 1: xcf 0 "gimp xcf v011"
test 2: xcf 0 "gimp xcf v011..."
test 3: xcf 0 "gimp xcf v011", 0x03, 0x03, 0x03
test 4: xcf 0 "gimp", 0x20, "xcf", 0x20, "v011", 0x03, 0x03, 0x03
trying the indicated procedure returns 0 files found.
so I hypothesized two possible problems:
1) the folder where I keep the .photorec.sig file is wrong
2) the contents of my .photorec.sig file are incorrect
or both things
I posted all the steps I took. would be happy that your interest, it would solve my problem.