Overview
What is XORSearch?
XORSearch : Search for a given string in an XOR, ROL or ROT encoded binary file
In depth
A closer look at XORSearch
The XORSearch application was designed to be a small program to search for a given string in an XOR, ROL or ROT encoded binary file. An XOR encoded binary file is a file where some (or all) bytes have been XORed with a constant value (the key).A ROL (or ROR) encoded file has its bytes rotated by a certain number of bits (the key). A ROT encoded file has its alphabetic characters (A-Z and a-z) rotated by a certain number of positions. XOR and ROL/ROR encoding is used by malware programmers to obfuscate strings like URLs.XORSearch will try all XOR keys (0 to 255), ROL keys (1 to 7) and ROT keys (1 to 25) when searching. I programmed XORSearch to include key 0, because this allows to search in an unencoded binary file (X XOR 0 equals X).If the search string is found, XORSearch will print it until the 0 (byte zero) is encountered or until 50 characters have been printed, which ever comes first. 50 is the default value, it can be changed with option -l. Unprintable characters are replaced by a dot.Usage: XORSearch [-si] [-l length] [-f search-file] file stringXORSearch V1.4, search for a XOR, ROL or ROT encoded string in a fileUse -s to save the XOR or ROL encoded file containing the stringUse -l length to limit the number of printed characters (50 by default)Use -i to ignore the case when searchingUse -f to provide a file with search strings
Verdict
Should you download XORSearch?
XORSearch runs on
Windows 10/11
and is available under the
Freeware
license
— the installer is 40 KB.
We’ve catalogued it under
General.
✓
Verified clean. Every XORSearch build on SoftLookup is scanned for viruses, spyware, adware, trojans and backdoors. We re-test on every update.
Sponsored
At a glance
XORSearch specifications
- Publisher
-
Didier Stevens
- Last updated
- Nov 16, 2023
- License
- Freeware
- Operating system
- Windows 10/11
- File size
- 40 KB
- Price
- Free
- Page views
- 841
Help fellow users decide. Share your experience with XORSearch.