Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raehik/utf8-extractor
Extract null-terminated UTF-8 strings from any file.
https://github.com/raehik/utf8-extractor
Last synced: 12 days ago
JSON representation
Extract null-terminated UTF-8 strings from any file.
- Host: GitHub
- URL: https://github.com/raehik/utf8-extractor
- Owner: raehik
- Created: 2021-07-06T14:13:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T20:24:04.000Z (over 3 years ago)
- Last Synced: 2024-11-13T16:32:14.995Z (2 months ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UTF-8 extractor
Extract null-terminated UTF-8 strings from any file.Intended as a replacement for [GNU
`strings`](https://linux.die.net/man/1/strings), providing these missing
features I required:* UTF-8 support
* useful output (offset, length)
* limit to null-terminated strings