How to Install and Uninstall zydis-tools Package on Kali Linux

Last updated: July 04,2024

1. Install "zydis-tools" package

Please follow the steps below to install zydis-tools on Kali Linux

$ sudo apt update $ sudo apt install zydis-tools

2. Uninstall "zydis-tools" package

This guide covers the steps necessary to uninstall zydis-tools on Kali Linux:

$ sudo apt remove zydis-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the zydis-tools package on Kali Linux

Package: zydis-tools
Source: zydis
Version: 4.0.0-2
Installed-Size: 68
Maintainer: Andrea Pappacoda
Architecture: amd64
Depends: libzydis4.0 (= 4.0.0-2), libc6 (>= 2.34), libzycore1.4 (>= 1.4.0)
Size: 16708
SHA256: c3f8f605fb6486acc1b9f900670a5e24ac176cbc9213a596bf2746f5bd8777dc
SHA1: 99ac582ee71583e23b2c2d9231c45efcab9dc73c
MD5sum: e28b3c7270c3e509257bddbca64814e3
Description: fast and lightweight x86/x86-64 disassembler library - tools
Zydis is a fast x86/x86-64 disassembler library. It supports all x86 and
AMD64 instructions and many vendor extensions, doesn't perform dynamic
memory allocations, is thread safe by design and has no third party
dependency - not even libc.
.
This package contains the command line tools.
Description-md5:
Multi-Arch: foreign
Homepage: https://zydis.re
Section: devel
Priority: optional
Filename: pool/main/z/zydis/zydis-tools_4.0.0-2_amd64.deb