stringsext icon indicating copy to clipboard operation
stringsext copied to clipboard

Find multi-byte-encoded strings in binary data (Gitlab mirror).

Results 4 stringsext issues
Sort by recently updated
recently updated
newest added

Hi, this looks great! I was wondering if you would be open to splitting out the functionality into a library crate for use via crates.io. Then this repo would end...

enhancement

Here is a `Dockerfile` to build a docker image for `stringsext` if you are interested. ```shell $ docker run --rm zaventh/stringsext --help stringsext 2.3.4 Find multi-byte encoded strings in binary...

As of 1d7efab7414290a89c62c0b0ecc5d6df31343599 ASCII characters are printed instead of the file names. ``` echo asdf > file1 echo qwer > file2 stringsext file1 file2 ``` outputs: ``` A asdf B...

enhancement

```sh $ RUST_BACKTRACE=1 stringsext input-file | head ``` Results in the following once it tries to print the 11th line: ``` thread '' panicked at /home/priw8/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringsext-2.3.4/src/main.rs:165:37: Error: Can not sent...