I’ve updated XORSearch:
- It will list all occurences of the search string, not only the first occurence
- Added a switch to make the search case insensitive
- Prints only printable characters (unprintable characters are replaced by a dot)
- Limits the output string to 50 characters by default (can be changed)