proc_dump

Plugin

ArgDescriptionType
pidThe PID to dump out.int64 (required)

Required Permissions: MACHINE_STATE

Description

Dumps process memory.

Dumps a process into a crashdump. The crashdump file can be opened with the windows debugger as normal. The plugin returns the filename of the crash dump which is a temporary file - the file will be removed when the query completes, so if you want to hold on to it, you should use the upload() plugin to upload it to the server or otherwise copy it.