All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: R-Studio File Signature Settings
PostPosted: May 19th, 2016, 19:39 
Offline
User avatar

Joined: June 11th, 2013, 17:01
Posts: 1710
Location: Phoenix, AZ USA
I have some .r3d and .prproj files to find in a raw recovery as the drive has been reformatted. We did get some files in a general scan, but there are more that we need to find. I need to write code to get these files. I can understand the initial file signature in R-Studio and can get the initial part of the file (I have tested it). But I am confused about how to end the code. If the code is left blank the full file is not recovered. I have attached the R-Studio xml set up file I am using and also the start and end of a .r3d file.

Any help would be appreciated.


Attachments:
RStudio File.JPG
RStudio File.JPG [ 17.31 KiB | Viewed 11758 times ]
r3d File Header.JPG
r3d File Header.JPG [ 48.04 KiB | Viewed 11758 times ]
r3d File End.JPG
r3d File End.JPG [ 56.72 KiB | Viewed 11758 times ]

_________________
HDD, SSD, Flash and RAID Data Recovery
Founder of The Data Recovery Professionals Group
Top
 Profile  
 
 Post subject: Re: R-Studio File Signature Settings
PostPosted: May 19th, 2016, 23:38 
Offline

Joined: March 19th, 2015, 15:01
Posts: 1387
Location: isreal
In order to determine a signature you have to check and compare a few files
For example: in your case MAYBE the end signature might be
Code:
LOW\x20LIGHT\x20OPTIMIZED\x00\x05P\x99\x03\x00\x05P\x9A\x01\x00\x05P\x92\x00\x00\x00\x00\x00................

But again need to compare a few files to determine


Top
 Profile  
 
 Post subject: Re: R-Studio File Signature Settings
PostPosted: May 20th, 2016, 6:22 
Offline

Joined: February 19th, 2011, 11:05
Posts: 318
Location: Toronto
We have an article Creating a Custom Known File Type for R-Studio that explains this process in detail.

_________________
R-Studio Data Recovery Software


Top
 Profile  
 
 Post subject: Re: R-Studio File Signature Settings
PostPosted: May 20th, 2016, 13:50 
Offline
User avatar

Joined: June 11th, 2013, 17:01
Posts: 1710
Location: Phoenix, AZ USA
Alt(R-TT) wrote:
We have an article Creating a Custom Known File Type for R-Studio that explains this process in detail.

Thanks for the replies both. The raw search finds the r3d file okay, but stops well short of the full file. I am testing this file on a flash drive. The file is 700mb and the raw recovery stops at 200mb, so regardless of the ending file signature we don't get the full file. Is this just because of fragmentation?

Just copied the file onto a new flash drive and got a 284mb raw recovery, still well short of the full file volume.

_________________
HDD, SSD, Flash and RAID Data Recovery
Founder of The Data Recovery Professionals Group


Top
 Profile  
 
 Post subject: Re: R-Studio File Signature Settings
PostPosted: May 20th, 2016, 18:57 
Offline

Joined: February 19th, 2011, 11:05
Posts: 318
Location: Toronto
Most likely R-Studio finds something looking like a beginning of another file and stops. You should disable all other file types.

_________________
R-Studio Data Recovery Software


Top
 Profile  
 
 Post subject: Re: R-Studio File Signature Settings
PostPosted: May 20th, 2016, 19:14 
Offline
User avatar

Joined: June 11th, 2013, 17:01
Posts: 1710
Location: Phoenix, AZ USA
Alt(R-TT) wrote:
Most likely R-Studio finds something looking like a beginning of another file and stops. You should disable all other file types.

I have. The r3d files are the only file type being searched for, but still stops at random points for no apparent reason.

_________________
HDD, SSD, Flash and RAID Data Recovery
Founder of The Data Recovery Professionals Group


Top
 Profile  
 
 Post subject: Re: R-Studio File Signature Settings
PostPosted: May 20th, 2016, 19:29 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15529
Location: Australia
ddrecovery wrote:
The raw search finds the r3d file okay, but stops well short of the full file. I am testing this file on a flash drive. The file is 700mb and the raw recovery stops at 200mb, so regardless of the ending file signature we don't get the full file. Is this just because of fragmentation?

Just copied the file onto a new flash drive and got a 284mb raw recovery, still well short of the full file volume.

Why not position the hex editor at the 284MB offset and examine the contents of the next sector?

If you know approximately how large the files should be, could you tell R-Studio to locate the RED2 headers and then carve out the next X sectors? Assuming they were not fragmented, would it matter if the recovered files were larger than the originals? Would they still play correctly?

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: R-Studio File Signature Settings
PostPosted: May 20th, 2016, 19:53 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15529
Location: Australia
PhotoRec (freeware) understands the .r3d (RED2 and RED1) file types.

http://www.cgsecurity.org/wiki/File_For ... y_PhotoRec
https://git.cgsecurity.org/cgit/testdis ... file_r3d.c

It also understands .prproj (Adobe Premiere project) files:

http://git.cgsecurity.org/cgit/testdisk ... file_txt.c

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: R-Studio File Signature Settings
PostPosted: May 20th, 2016, 20:06 
Offline
User avatar

Joined: June 11th, 2013, 17:01
Posts: 1710
Location: Phoenix, AZ USA
fzabkar wrote:
PhotoRec (freeware) understands the .r3d (RED2 and RED1) file types.

http://www.cgsecurity.org/wiki/File_For ... y_PhotoRec
https://git.cgsecurity.org/cgit/testdis ... file_r3d.c

It also understands .prproj (Adobe Premiere project) files:

http://git.cgsecurity.org/cgit/testdisk ... file_txt.c

Thanks for the research fzabkar. I did go on a forum and there was a comment that Photorec didn't recognized these files but I guess that was an old post. I should have followed it up. In the meantime I have found a 'redundead' beta program (by the creators of r3d files) that runs through the Mac terminal, so I am running that at the moment. Its slow but it is picking up the r3d files.

In the interest of completeness I would like to know what I am doing wrong with setting up this search in R-Studio. I have attached a screenshot. I would imagine Alt(R-TT) would know instantly what I am doing wrong.


Attachments:
Capture RStudio.JPG
Capture RStudio.JPG [ 34.32 KiB | Viewed 11653 times ]

_________________
HDD, SSD, Flash and RAID Data Recovery
Founder of The Data Recovery Professionals Group
Top
 Profile  
 
 Post subject: Re: R-Studio File Signature Settings
PostPosted: May 21st, 2016, 15:53 
Offline

Joined: March 19th, 2015, 15:01
Posts: 1387
Location: isreal
Maybe other is more than 1 time appearances of that signature (end signature)
Open the file in n hex editor - like fzabkar suggested - and search for the end signature, if there is is more than 1 you have to put it too.
1 more thing have you tried to put the extra \x00 x8 to the end signature and use from: 0 Bytes ?


Top
 Profile  
 
 Post subject: Re: R-Studio File Signature Settings
PostPosted: May 23rd, 2016, 12:52 
Offline

Joined: February 19th, 2011, 11:05
Posts: 318
Location: Toronto
I need at least 3 such files to see what's wrong and what's right.

_________________
R-Studio Data Recovery Software


Top
 Profile  
 
 Post subject: Re: R-Studio File Signature Settings
PostPosted: May 24th, 2016, 16:40 
Offline
User avatar

Joined: June 11th, 2013, 17:01
Posts: 1710
Location: Phoenix, AZ USA
ddrecovery wrote:
fzabkar wrote:
PhotoRec (freeware) understands the .r3d (RED2 and RED1) file types.

http://www.cgsecurity.org/wiki/File_For ... y_PhotoRec
https://git.cgsecurity.org/cgit/testdis ... file_r3d.c

It also understands .prproj (Adobe Premiere project) files:

Just so you know, although PhotoRec claims to get prproj files back, its no longer an optional file in the program, however r3d files still are.

_________________
HDD, SSD, Flash and RAID Data Recovery
Founder of The Data Recovery Professionals Group


Top
 Profile  
 
 Post subject: Re: R-Studio File Signature Settings
PostPosted: May 24th, 2016, 17:55 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15529
Location: Australia
Thanks for the feedback.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 54 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group