uncolor

module to color screen output using extended escape sequences

Install

All systems
curl cmd.cat/uncolor.sh
Debian Debian
apt-get install libterm-extendedcolor-perl
Ubuntu
apt-get install libterm-extendedcolor-perl
Arch Arch Linux
pacman -S perl-term-extendedcolor
image/svg+xml Kali Linux
apt-get install libterm-extendedcolor-perl
Windows (WSL2)
sudo apt-get update sudo apt-get install libterm-extendedcolor-perl
Raspbian
apt-get install libterm-extendedcolor-perl

libterm-extendedcolor-perl

module to color screen output using extended escape sequences

Term::ExtendedColor provides functions for sending so called extended escape sequences to the terminal. This ought to be used with a 256-color compatible terminal. The codes generated by this module comply to the extension of the ANSI colors standard first implemented in xterm in 1999. The first 16 color indexes (0 - 15) are the regular ANSI colors, while index 16 - 255 are the extendes ones. Most terminal emulators support this extension.

radare-common

utilities and scripts used by radare

The project aims to create a complete, portable, multi-architecture, unix-like toolchain for reverse engineering. It is composed by an hexadecimal editor (radare) with a wrapped IO layer supporting multiple backends for local/remote files, debugger (osx,bsd,linux,w32), stream analyzer, assembler/disassembler (rasm) for x86,arm,ppc,m68k,java,msil,sparc code analysis modules and scripting facilities. A bindiffer named radiff, base converter (rax), shellcode development helper (rasc), a binary information extracter supporting (pe, mach0, elf, class, ...) named rabin, and a block-based hash utility called rahash. This package contains utilities and scripts used by the terminal and gtk edition of radare.

perl-term-extendedcolor

Like Term::ANSIColor, but for the extended colorset