iddohau / rust-strings

Extracting strings from binary data
MIT License
6 stars 1 forks source link

Is a min_length of 1 Invalid? #59

Closed judgeman5 closed 8 months ago

judgeman5 commented 8 months ago

I've been working with the library, and when I input the min_length to 1, it doesn't seem to return any data. A min length of 2 seems to work fine, but just curious if this is correct behavior.

When I try to do a min length of 1 with the strings command on Linux, it works.

iddohau commented 8 months ago

Hi, This is indeed a bug and not the correct behavior. I've fixed it, just update to version 0.6.0.