How to Install and Uninstall xorsearch.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "xorsearch.x86_64" package

Please follow the step by step instructions below to install xorsearch.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install xorsearch.x86_64

2. Uninstall "xorsearch.x86_64" package

Please follow the instructions below to uninstall xorsearch.x86_64 on Fedora 34:

$ sudo dnf remove xorsearch.x86_64 $ sudo dnf autoremove

3. Information about the xorsearch.x86_64 package on Fedora 34

Last metadata expiration check: 0:49:10 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : xorsearch
Version : 1.11.2
Release : 4.fc34
Architecture : x86_64
Size : 25 k
Source : xorsearch-1.11.2-4.fc34.src.rpm
Repository : fedora
Summary : Search for a given string in an XOR, ROL, ROT or SHIFT encoded binary file
URL : http://blog.didierstevens.com/programs/xorsearch/
License : Public Domain
Description : XORSearch is a program to search for a given string in an XOR, ROL, ROT or SHIFT
: 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. A SHIFT encoded file has its bytes shifted left by a certain
: number of bits (the key): all bits of the first byte shift left, the MSB
: of the second byte becomes the LSB of the first byte, all bits of the second
: byte shift left, … XOR and ROL/ROR encoding is used by malware programmers
: to obfuscate strings like URLs.