Skip to content

RawCopy

What RawCopy does

Guided SUSA tool journey

RawCopy supports file-system analysis. In this guide, you will use it to copy a locked NTFS metadata file and verify the derived output. The procedure and screenshots provide the practical reference; the surrounding context explains what to record and how to judge the result.

Tool guide at a glance

Investigation task

Copy a locked NTFS metadata file and verify the derived output.

Starting material

Verified NTFS training artefacts or a working copy of a training volume image.

Successful outcome

A traceable file-system observation correlated by record, path, change reason, or time.

Evidence and safety

Work from copies and retain raw metadata. Do not infer user intent from one timestamp or allocation state. Record the input identifier, tool version, relevant commands or settings, time and time zone, output location, and any errors or limitations as you work.

Choose your journey

How the labs complement this guide

The Interactive Lab is a safe browser simulation for practising the workflow and validation logic. The Full Lab is an independent exercise for an isolated, authorised environment. Confirm the installed tool version and expected output before relying on either exercise in a real case.

Accessing RawCopy in SUSA

RawCopy (by Joakim Schicht) is a utility used to copy locked NTFS system files directly from disk, bypassing Windows file locks.

Because collection from a live volume changes the source system, use RawCopy only when live collection is justified and record the command, time, source path and destination. Hash the collected file and preserve it unchanged before creating a working copy for analysis.

Open a command prompt and navigate to C:\Tools\JoakimSchichtTools\.

Clone the GitHub repository by running:

git clone https://github.com/jschicht/RawCopy.git

Screenshot: Clone the GitHub repository by running:

Open a Command Prompt as administrator, navigate to C:\Tools\JoakimSchichtTools\RawCopy and run RawCopy64.exe to verify the installation.

.\RawCopy64.exe

Screenshot: Open a Command Prompt as administrator, navigate to C:\Tools\JoakimSchichtTools\RawCopy and run RawCopy64.exe to verify the installation