163k views
3 votes
I just need the carving program part:

This project consists of two primary parts: 1. Writing a simple carving program 2. Analyzing a provided drive image, extracting interesting files, and running your carving program on them Carving Program Using either Python or Java.

1 Answer

1 vote

Final answer:

The question asks for a digital carving program to extract and recover files from a drive image, which is a digital forensics task involving the writing of code in Python or Java.

Step-by-step explanation:

The question revolves around creating a carving program for extracting files from a drive image, a task typically assigned in the field of digital forensics or computer science. In this context, carving is a digital process, not the traditional material-based form mentioned in the provided information. The student must write code using either Python or Java, which involves a subtractive process similar to traditional carving. Here, 'subtractive' refers to the extraction and recovery of data by trimming away unwanted bytes, rather than removing material as in sculpture.

User Vitalii
by
7.6k points