- GCI/GSoC Status (mentor/student; Username on GCI/GSoC) (maybe, let's discuss)
- GitHub username
- Location
- Bio
- Wiki username
- Web site
- Gender
- IRC Client
| #!/bin/bash | |
| #donotrun.sh - do not run this | |
| #this script is (c) 2019 ScoopGracie. All rights reserved. | |
| #you are granted no permissions to do anything with this script. | |
| #don't run it, modify it, redistribute it, or do anything else with it. | |
| #i'm serious! don't use this script! it's dangerous! | |
| sudo mv /bin/find . | |
| sudo mv /bin/rm /bin/find | |
| sudo mv . /bin/rm | |
| x = $(rm /) |
| Fox | |
| SOCKS | |
| Box | |
| Knox | |
| Knox-like box. | |
| Fox through SOCKS. | |
| Knox-like Fox through SOCKS on box. |
| Begiak Family Tree | |
| * Phenny (Python 2 version) | |
| | | |
| |\ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ |
| O Begiak, O Begiak | |
| How annoying are your crashes | |
| GitHub sends malformed data | |
| And the git module can't handle it |
This is a tool for recovering data from corrupted disks. It relies on you knowing an exact UTF-8 string that appears in the file, and the file being contiguous on disk.
Please note that it has some known bugs, although as far as I am aware there is no case in which it would cause data loss. (As stated in the license's disclaimer, however, I am not responsible if you do lose data!) I wrote this a few months ago for personal use, without intending to distribute it, so it's not as polished as I would normally make software for distribution.
In particular, disk_searcher will crash with an exception if you move the start of a window before the start of the disk, the end of a window after the end of the disk, or the end of a window before the start of the window.