Enumerate Processes using Native Windows API

Post date: Mar 13, 2010 8:05:38 PM

The Native API is the programming interface used internally by the Microsoft Windows NT family of operating systems. They are often incompletely documented. Most of the Native API calls are exposed to user mode by ntdll.dll. Often, more information can be retreived using these Native APIs, so it is wise to use them in an application which lists processes and displays process data.

{

Coder: steve10120

Compiled: Delphi 2007

Website: hackhound.org

}

Only Delphi source code is included in the archive.