pmcneill/recoverer
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Recoverer version 0.0.1 Patrick McNeill (pmcneill@gmail.com) Recoverer is a filesystem-agnostic file recovery tool. Meant to recover files from corrupted memory cards, it works by first creating a "fingerprint" to find the files you'd like to recover, then running the actual recovery program to restore them. The first step of this process involves running "fingerprint" with any number of filenames as arguments. All of the files should be of the same type, but be different in content. fingerprint will use these files to determine what parts of the beginning and end (by default, 32 bytes on each end) are common to all files. You will then be asked to name this filetype, give a file extension for it, and give a minimum and maximum file size (to reduce search time plus to detect files with no end). The second step is to actually perform the recovery operation. To do this, run "recoverer" with two parameters: the first is the fingerprint file from step 1, the second is the file (or disk) to recover from. It will create the files sequentially in the current directory, beginning with 0000.XXX, where XXX is the extension you chose in the fingerprint file.
About
Basic file recovery
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published