libunicorn2t64
Lightweight CPU emulator framework
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.
librte-vhost23
Data Plane Development Kit (librte-vhost runtime library)
DPDK is a set of libraries for fast packet processing. Applications run
in user-space and communicate directly with dedicated network interfaces.
flpsed
WYSIWYG pseudo PostScript editor
flpsed is a WYSIWYG pseudo PostScript editor. "Pseudo", because isn't possible
to remove or modify existing elements of a document. But flpsed lets anyone to
add arbitrary text lines to existing PostScript 1 documents. Added lines can
later be reedited with flpsed.
libcolord2
system service to manage device colour profiles -- runtime
colord is a system service that makes it easy to manage, install and generate
colour profiles to accurately colour manage input and output devices.
python3-pytest-socket
Pytest Plugin to disable socket calls during tests
A plugin to use with Pytest to disable or restrict socket calls
during tests to ensure network calls are prevented. Disables all
network calls flowing through Python's socket interface.