c-vandenberg / Recover

A program that recovers deleted JPEG files from a memory card.

Repository from Github https://github.comc-vandenberg/RecoverRepository from Github https://github.comc-vandenberg/Recover

Recover

The program recovers deleted JPEG files from a memory card by iterating over a copy of the memory card, identifying the signature pattern of bytes that distinguish JPEGs from other file formats (0xff, 0xd8, 0xff and 0xe1 - 0xef) and writing them to a file.

About

A program that recovers deleted JPEG files from a memory card.


Languages

Language:C 100.0%