Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.

proc_dump

Plugin
Arg Description Type
pid The 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.