Version 1.0
Latest January 2026Initial Release
- Running process viewer — PID, process name, full executable path, and loaded module list
- Active TCP/UDP connections — PID, protocol, local/remote IP and port, state, process name
- Listening ports viewer — all TCP/UDP ports in listening state with owning process details
- Raw packet sniffer using native Winsock APIs — decodes TCP, UDP, ICMP, and IGMP packets
- Packet filtering by source/destination IP and port
- Packet hex dump — timestamped entries with full hex and ASCII side-by-side output to
dump.log - Windows Firewall rule manager — view, create, enable, and disable rules from within the app
- Block connection from context menu — pre-fills the firewall rule creator with connection details
- Sortable columns across all list views with correct numeric sorting for ports and PIDs
- No external dependencies — uses only native Windows APIs (iphlpapi, psapi, Winsock2, Firewall COM)
- Supports Windows 7, 8, 10, and 11 (32-bit and 64-bit). Administrator privileges required.