binary2strings
binary2strings copied to clipboard
Missing string extraction if first characters decode to multlingual sequence
There is an issue where occasional strings will be missed.
Eg. assume utf8 "
Fix is when extracting a wchar string, do not increase the offset skipping the rest of the string from being processed as a utf8 option.
See issue here: https://github.com/glmcdona/strings2/issues/10