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

https://github.com/foxforensics/strings

Carve ASCII and Unicode strings from files.
https://github.com/foxforensics/strings

ascii carving file forensic-tools forensics-tools go string string-carving strings unicode

Last synced: 16 days ago
JSON representation

Carve ASCII and Unicode strings from files.

Awesome Lists containing this project

README

          

# strings
Carve ASCII and Unicode strings from files.

```console
go install go.foxforensics.eu/strings@latest
```

## Usage
```console
$ strings [-nmtao] FILE
```

### Options
* `-n` Minimum string length (default 3)
* `-m` Maximum string length
* `-t` Trim spaces from ends
* `-a` Show ASCII strings only
* `-o` Show file offset

## Acknowledgements
The carving algorithm is based on the original [Strings](https://github.com/robpike/strings) by [Rob Pike](https://github.com/robpike).

## License
Released under the [MIT License](LICENSE.md).