/tproc

Windows Command Line Process Viewer

Primary LanguageAssemblyGNU General Public License v2.0GPL-2.0

tproc

A tiny Windows command line process viewer written in Assembly language.

Features

  • Lists all running processes with their corresponding process id (PID)
  • Executable a lean 2KB in size

How to Compile

Install flat assembler (http://flatassembler.net/) for Windows

Switch to the directory to where it has installed:

cd \path\to\fasm

Compile via the command line using:

fasm tproc.asm

You can also use the fasm editor to compile the binary.

Windows Version Support

  • Windows 7
  • Windows 10