How to Install and Uninstall python-libemu Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 23,2024

1. Install "python-libemu" package

Please follow the instructions below to install python-libemu on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-libemu

2. Uninstall "python-libemu" package

This is a short guide on how to uninstall python-libemu on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-libemu $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-libemu package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-libemu
Priority: extra
Section: universe/python
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: David Martínez Moreno
Architecture: amd64
Source: libemu
Version: 0.2.0+git20120122-1.2
Depends: libc6 (>= 2.2.5), libemu2, python (>= 2.7), python (<< 2.8)
Filename: pool/universe/libe/libemu/python-libemu_0.2.0+git20120122-1.2_amd64.deb
Size: 4244
MD5sum: 20581d50e899cbb7939fdf33f50151f6
SHA1: c2a5fa3235e650de0738aacd6685705b5e4d871a
SHA256: 2218d848d6243ee6a766cee10d9d530a8d2f0efe9b612d6a0ad9571fd204869a
Description-en: x86 shellcode detection and emulation - Python bindings
libemu is a small library written in C offering basic x86 emulation and
shellcode detection using GetPC heuristics. Intended use is within network
intrusion/prevention detections and honeypots.
.
libemu supports:
* executing x86 instructions
* reading x86 binary code
* register emulation
* basic FPU emulation
* shellcode execution
* shellcode detection
* using GetPC heuristics
* static analysis
* and binary backwards traversal
* Win32 API hooking
.
Using libemu one can:
* detect shellcodes
* execute the shellcodes
* profile shellcode behaviour
.
This package has the Python bindings.
Description-md5: c9f1d7e14a3cc92f8954dc54981db7cd
Homepage: http://libemu.carnivore.it/
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu