An open API service indexing awesome lists of open source software.

https://github.com/stsquad/find_text

A simple text finding utility for recovering text files from file-system dumps
https://github.com/stsquad/find_text

Last synced: about 1 year ago
JSON representation

A simple text finding utility for recovering text files from file-system dumps

Awesome Lists containing this project

README

          

find_text - a simple text finder written in Python

(C) 2010 Alex Bennée
Licensed under the GPL v3

This program is designed to extract text files from binary dumps (for example dd dumps).

It was written to recover a bunch of wiki text from a hard disk recovery. While tools
like scalpel, foremost and photorec are brilliant for retrieving structured data they suck
at plain text as there are no well formed headers to search for.

The program is very simple and fairly dumb and relies on files being sequential in the data dump.