Package XORSearch: Information

    Source package: XORSearch
    Version: 1.11.1-alt2
    Latest version according to Repology
    Build time:  Aug 14, 2025, 07:42 PM in the task #392461
    Category: File tools
    Report package bug
    License: MIT
    Summary: Search for a given string in an XOR, ROL or ROT encoded binary file
    Description: 
    XORSearch is a 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.

    List of RPM packages built from this SRPM:
    XORSearch (x86_64, i586, aarch64)
    XORSearch-debuginfo (x86_64, i586, aarch64)

    Maintainer: George V. Kouryachy


    ACL:
    Anton Meleshnikov
    @everybody

      1. unzip

    Last changed


    Aug. 14, 2025 George V. Kouryachy 1.11.1-alt2
    - Version up
    Feb. 6, 2025 Anton Meleshnikov 1.6.0-alt2
    - Fixed FTBFS.
    April 15, 2013 Dmitry V. Levin 1.6.0-alt1.qa1
    - NMU: rebuilt for debuginfo.