pestrings 0.0.1

A tool to extract and display strings from an executable file.

# 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/)