How to Install and Uninstall examiner.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "examiner.noarch" package

Learn how to install examiner.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install examiner.noarch

2. Uninstall "examiner.noarch" package

Please follow the instructions below to uninstall examiner.noarch on Fedora 34:

$ sudo dnf remove examiner.noarch $ sudo dnf autoremove

3. Information about the examiner.noarch package on Fedora 34

Last metadata expiration check: 1:40:49 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : examiner
Version : 0.5
Release : 27.fc34
Architecture : noarch
Size : 37 k
Source : examiner-0.5-27.fc34.src.rpm
Repository : fedora
Summary : Utility to disassemble and comment foreign executable binaries
URL : http://www.academicunderground.org/examiner
License : GPLv2
Description : The Examiner is an application that utilizes the objdump command to disassemble
: and comment foreign executable binaries. This app was designed to analyze static
: compiled binaries but works ok with others. The intention is for forensic
: research but could also be used in general reverse engineering.
: This program can only handle basic dissassembly. If the binary has been modified
: to resist debugging then the Examinier probably will not be able to analyze the
: code. Also the Examiner will not analyze live running code.