Skip to content

Fix unicode decode error

Getting strings from the binaries can return badly encoded strings which don't match what Python is expecting. This fix discards any bad strings which are returned and continues.

Merge request reports