Key Points for _RTL_PROCESS_PARAMETERS: Flashcards
_RTL_PROCESS_PARAMETERS -
StandardInput
The process’ standard input handle
_RTL_PROCESS_PARAMETERS - StandardOutput
The process’ standard output handle.
_RTL_PROCESS_PARAMETERS - StandardError
The process’ standard error handle.
_RTL_PROCESS_PARAMETERS - CurrentDirectory
The current working directory for the application.
_RTL_PROCESS_PARAMETERS - ImagePathName
The unicode full path on disk to the process executable(.exe). You often need to consult this value because the _EPROCESS.ImageFileName (printed by the pslist plugin) contains only the first 16 characters and it does not include Unicode.
_RTL_PROCESS_PARAMETERS - CommandLine
The full command line, including all arguments, used to invoke the process.
_RTL_PROCESS_PARAMETERS - Environment
A pointer to the process’ environmental variables.