Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paramsiddharth/image-recovery-surr
An attempt at restoring an image permanently deleted from the iOS Photos app.
https://github.com/paramsiddharth/image-recovery-surr
Last synced: about 1 month ago
JSON representation
An attempt at restoring an image permanently deleted from the iOS Photos app.
- Host: GitHub
- URL: https://github.com/paramsiddharth/image-recovery-surr
- Owner: paramsiddharth
- Created: 2024-05-13T12:15:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T12:15:55.000Z (8 months ago)
- Last Synced: 2024-05-13T13:38:23.379Z (8 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Restoration (Surr)
An attempt at restoring an image permanently deleted from the iOS Photos app.## Restoration Steps
Ensuring the `ios_data` file from your iPhone storage in the current directory and the `iTunes.app` file from MacOS 10, run the following:
```bash
make recovery-bin
make deleted-blocks
make photo
```# Made with ❤️ by [Param](https://www.paramsid.com).