outl
direct access to I/O ports from the command line
Install
- All systems
-
curl cmd.cat/outl.sh
- Debian
-
apt-get install ioport
- Ubuntu
-
apt-get install ioport
- Kali Linux
-
apt-get install ioport
- Fedora
-
dnf install ioport
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ioport
- Dockerfile
- dockerfile.run/outl
ioport
direct access to I/O ports from the command line
This package provides tools to read and wrote to the I/O ports of PC hardware directly from a script or a command line: inb, inw, inl, outb, outw and outl.