# pestrings
A simple tool to get strings of a pe
## Installation
Install pestrings with cargo
```bash
cargo install pestrings
```
## Usage
after installing run
```bash
pestrings path/to/pe
```
## License
[MIT](https://choosealicense.com/licenses/mit/)