proc/PID/fd

0001-01-01

The /proc/PID/fd directory on procfs-enabled systems contains information about file descriptors opened by a process.

% ls -l proc/self/fd total 0 ...

Read More

proc/PID/fdinfo

0001-01-01

The /proc/PID/fdinfo directory on procfs-enabled systems contains additional metadata such as the flags used by open() on the about file descriptors ...

Read More

ProcDump

0001-01-01

ProcDump is a Microsoft Sysinternals tool used to monitor processes for CPU spikes and creating crash dumps for troubleshooting and debugging ...

Read More

process

0001-01-01

In an operating systems context, a process is a program, application, or command that is being actively executed.

Read More

Process Environment Block

0001-01-01 windows

The Process Environment Block (PEB) is a data structure of the Windows NT operating system family containing data structures including global context, ...

Read More

Process Explorer

0001-01-01

Process Explorer is a component of the Sysinternals Suite that shows information regarding processes and their open handles, DLLs, and other relevant ...

Read More

Process Hacker

0001-01-01

Process Hacker is a tool used to monitor and debug Windows software.

https://processhacker.sourceforge.io/downloads.php

Read More

process hiding

0001-01-01

Process hiding is a technique often used by malware that makes running programs invisible to user-level tools like Task Manager, ps, tasklist, etc.

Read More

process logging

0001-01-01

Process logging is used by systems administrators and cybersecurity analysts to record executed processes on a computer system. This data is useful ...

Read More

productivity application

0001-01-01

A productivity application is a computer program used to help users perform tasks more efficiently by providing them with tools for organizing data, ...

Read More