Process PEB Finder is the console based tool to find and display PEB Address of running Processes on your system.
PEB (Process Environment Block) is the part of
Process memory where is stores important information including loaded
modules, startup paramenters, environment variables, debug information
etc.
Process PEB Finder helps you to quickly get the address of
PEB for any Process. By default it displays PEB address of all running
Processes. However you can get the PEB address of specific process by
entering either its ID or name.
This tool will be more useful for debuggers and researchers. Being a command-line tool makes it easy for automation.
It is available in both 32-bit & 64-bit versions and works on all platforms starting from Windows XP to Windows 8.