RawCopy

Submit command line tools that you find here.
Post Reply
Message
Author
billon
Posts: 843
Joined: Sat Jun 23, 2012 4:28 pm

RawCopy

#1 Post by billon »

https://github.com/jschicht/RawCopy
This a console application that copy files off NTFS volumes by using low level disk reading method.

This tool will let you copy files that usually is not accessible because the system has locked them. For instance the registry hives like SYSTEM and SAM. Or files inside the "SYSTEM VOLUME INFORMATION". Or any file on the volume.
There is also more great utilities by Joakim Schicht - https://github.com/jschicht?tab=repositories

User avatar
webfork
Posts: 10823
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: RawCopy

#2 Post by webfork »

The license is open source, specifically Creative Commons, which isn't supposed to be used for software:

https://github.com/jschicht/RawCopy/issues/3

Regardless I can see this getting around what I've seen in Windows as an increasingly tedious NTFS permissions system. It might be more secure but it's definitely more annoying.

Post Reply