Loading page
Review the challenge brief, files, and requirements.
Carve embedded files from a memory dump by detecting magic bytes. Write a file carver that scans a byte stream for known file signatures, extracts the offset and type of each file found, and handles overlapping files correctly.
Output Format:
TYPE at offset N
Use these type names: PNG, JPEG, PDF, ZIP. One line per file found, sorted by offset.
Sign in to attempt this challenge.
Use Proving Grounds to continue your challenge practice.
Open Proving Grounds