How to Install and Uninstall python3-unicorn Package on Kali Linux

Last updated: June 29,2024

1. Install "python3-unicorn" package

Learn how to install python3-unicorn on Kali Linux

$ sudo apt update $ sudo apt install python3-unicorn

2. Uninstall "python3-unicorn" package

Please follow the instructions below to uninstall python3-unicorn on Kali Linux:

$ sudo apt remove python3-unicorn $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-unicorn package on Kali Linux

Package: python3-unicorn
Source: unicorn-engine
Version: 2.0.1.post1-4
Installed-Size: 175
Maintainer: Timo Röhling
Architecture: all
Depends: python3:any, libunicorn2 (>= 2.0.1.post1)
Size: 31920
SHA256: 79f11d8e1ff15fc86b8d4dbde11cb6889ced61f6d601e05d40eaf57e5cd09dd1
SHA1: 3c300f740398fc2d3939761b5141a48f2e8eb175
MD5sum: c73997da995725ac69b6ea9e8cea1d31
Description: Lightweight CPU emulator framework (Python 3 bindings)
Unicorn is a CPU emulator which is based on the CPU emulation code from
QEMU. Unlike QEMU, it focuses on the emulation of CPU code without a
full system emulation, but with the goal to make the emulation
extensible and easy to integrate in custom tools. Unicorn provides
language bindings for Python, Ruby, and Rust (among others) and has
instrumentation hooks for various CPU events. This makes Unicorn well
suited for malware analysis and reverse engineering.
.
This package installs the Python 3 bindings.
Description-md5:
Homepage: https://unicorn-engine.org
Section: python
Priority: optional
Filename: pool/main/u/unicorn-engine/python3-unicorn_2.0.1.post1-4_all.deb