Save your corrupted images easily.A powerful image forensic tool.
This repository comes with a ctf challenge 0xByteStream_Challenge_Corrupted_File to showcase tools usage purposes and its restored version Example_Fixed_Image.bmp.
Ctf solution
python f1x_my_1m4g3.py -f 0xByteStream_Challenge_Corrupted_File
İdentify Mode:
python f1x_my_1m4g3.py -i -f 0xByteStream_Challenge_Corrupted_File
Fix Image:
python f1x_my_1m4g3.py -f 0xByteStream_Challenge_Corrupted_File
Manipulates image bytes to fix.Works under three mode:
- 16:9 Aspect Ratio
- Steady width, fill size with increasing height
- Steady height, fill size with increasing width
-
BMP file fix
-
JPG file fix
-
PNG file fix
-
PDF file fix
-
GIF file fix
Check CONTRIBUTING.md