Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 960 Bytes

File metadata and controls

29 lines (17 loc) · 960 Bytes

JpegRecovery

To recover jpeg files from corrupted memory card

This is a small C program to recover jpeg files from corrupted memory card raw file.

How to recover images

Place the script and file in directory where you want to recover images.

Run the program in Terminal in macOS and Linux, command prompt in Windows.

Command to run program

$ gcc -o RecoveryJpeg.c RecoveryJpeg

$ ./RecoveryJpeg filename.raw

After running you will see all jpeg images recovered in your current working directory.

Example

Directory before running program

Before.png

Running program in Terminal

terminal.png

After runing program view of directory all jpeg images get dicovered

After.png