Script to recover JPEG's from a corrupter memory card
$ 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
- C language
- Bhaskar Pal - Initial Work - bhaskarpal
- This project is licensed under the MIT License - see the LICENSE.md file for details