https://github.com/dethada/exstr
Get strings from file, similar to binutils strings.
https://github.com/dethada/exstr
command-line rust strings
Last synced: over 1 year ago
JSON representation
Get strings from file, similar to binutils strings.
- Host: GitHub
- URL: https://github.com/dethada/exstr
- Owner: Dethada
- License: gpl-3.0
- Created: 2019-04-27T16:58:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T14:55:53.000Z (almost 7 years ago)
- Last Synced: 2025-02-23T03:54:42.569Z (over 1 year ago)
- Topics: command-line, rust, strings
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exstr
Get strings from file, similar to binutils strings.
## Building 🔨
```bash
cargo build --bin exstr --release
```
## Install
### Linux 🐧
```bash
make install
```
### Windows
Add `target/release/exstr` to somewhere in path.
## Usage 📖
```bash
➜ exstr --help
Exstr 0.1.0
David Z.
Get strings from file
USAGE:
exstr --file
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-f, --file The target file
```