Skip to content

To recover jpeg files from corrupted memory card

Notifications You must be signed in to change notification settings

ulshell/JpegRecovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

To recover jpeg files from corrupted memory card

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages