Fri, 31 May 2024 01:01:05 UTC | login

Information for build xorsearch-1.11.1-7.fc29

ID43185
Package Namexorsearch
Version1.11.1
Release7.fc29
Epoch
SummarySearch for a given string in an XOR, ROL, ROT or SHIFT encoded binary file
DescriptionXORSearch 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 11 Jun 2018 21:57:37 UTC
CompletedMon, 11 Jun 2018 23:01:38 UTC
Taskbuild (f29-candidate, xorsearch-1.11.1-7.fc29.src.rpm)
Tags
f29
RPMs
src
xorsearch-1.11.1-7.fc29.src.rpm (info) (download)
riscv64
xorsearch-1.11.1-7.fc29.riscv64.rpm (info) (download)
xorsearch-debuginfo-1.11.1-7.fc29.riscv64.rpm (info) (download)
xorsearch-debugsource-1.11.1-7.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Aug 01 2016 Michal Ambroz <rebus at, seznam.cz> 1.11.1-3 - fix EPEL5 build * Mon Aug 01 2016 Michal Ambroz <rebus at, seznam.cz> 1.11.1-2 - changes based on package review by Filip Szymański * Mon Apr 25 2016 Michal Ambroz <rebus at, seznam.cz> 1.11.1-1 - bump version * Sat Feb 16 2013 Michal Ambroz <rebus at, seznam.cz> 1.0-1 - initial build for Fedora