How to Install x86dis in Ubuntu 18.04



Install x86dis by entering the following commands in the terminal:

sudo apt update
sudo apt install x86dis

Description:

Frontend to libdisasm

Libdisasm is a disassembler for Intel x86-compatible object code. It compiles as a shared and static library on Linux, FreeBSD, and Win32 platforms. The core disassembly engine is contained in files with the prefix "i386", and is shared with the x86 ARCH extension of the bastard disassembler. . This package contains the x86dis command-line frontend.

Homepage: http://bastard.sourceforge.net/libdisasm.html

Version: 0.23-6build1

Section: universe/utils