6 ms·Wouldn't strings(1) have worked for this?by Crestwave 5mo agoWouldn't strings(1) have worked for this?ksherlock 5mo agoBy default, strings needs a run of 4+ (printable|ascii) characters. This sounds like it was 1 ascii character at a time in a sea of random data (with other alpha chars removed).Crestwave 5mo agoAh, right. It would have to be `strings -n 1`, then.