Closed GoogleCodeExporter closed 9 years ago
This is more of a feature than a bug. There has to be a lower limit for what is
automatically considered a string. If it is set too low, then even random data
will be considered a string half of the time (ASCII is about 50% of the
possible byte values).
So, by default the minimum length for automatic detection is 4. This is
configurable though. If you open the options dialog, and switch to the
"Debugging" tab. There is a field for "Minimum length for string detection".
Just change this to a smaller value.
However, like I said, too small and you will get a LOT of false positives.
Original comment by evan.teran
on 3 Oct 2012 at 4:27
Original issue reported on code.google.com by
evan.teran
on 3 Oct 2012 at 3:21