Skip to content

rzaluska/jpeg-recovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JPEG File Recovery tool

This program is able to restore JPEG files after their accidental remove or partition format.

Install

go get -u https://github.com/fxor/jpeg-recovery

Usage

Recover from image file

jpeg-recovery -f discImage.img

JPEG files will be saved to the current directory.

Recover directly from device

jpeg-recovery -f /dev/sda

Changing block size

jpeg-recovery -f discImage.img -b 4096

If you find recovery process slow you can increase block size to look for JPEG header only every x bytes. By decreasing block size you are allowing for much more accurate search but time will increase. It is not recommended to go below 512 bytes (default value for -b) of block size because filesystems tend not to go below that limit of allocation size.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages