Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 779 Bytes

File metadata and controls

27 lines (17 loc) · 779 Bytes

contributions welcome Build status

Recover-JPEGs-from-a-corrupted-memory-card

Script to recover JPEG's from a corrupter memory card

How to run the program

$ make recover

$ ./recover <corrupted_memory_card_file>

  • Example memory card file has been attached for testing

$ ./recover card.raw

  • Command to remove all Jpeg's extracted

rm -f *.jpg

Build with

  • C language

Author

License

  • This project is licensed under the MIT License - see the LICENSE.md file for details