binary2strings icon indicating copy to clipboard operation
binary2strings copied to clipboard

Missing string extraction if first characters decode to multlingual sequence

Open glmcdona opened this issue 7 months ago • 0 comments

There is an issue where occasional strings will be missed.

Eg. assume utf8 "abcdef". Sometimes when "abcd.." decodes into a valid wchar sequence at the start it will decode a wchar junk string.

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

glmcdona avatar Jun 20 '25 23:06 glmcdona