Skip to content

xiaopengli89/pmortem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pmortem

A process dumper built in Rust.

Usage

λ pmortem -h
A process dumper

Usage: pmortem [OPTIONS] <PID>

Arguments:
  <PID>

Options:
  -o, --output <OUTPUT>  Output dump file
  -e, --exception        Write a dump when the process encounters an unhandled exception
      --exit             Write a dump when the process exit
  -h, --help             Print help
  -V, --version          Print version
  • Dump the process with PID '1324':
pmortem 1324
  • Dump the process with PID '1324' encounters an unhandled exception or exit:
pmortem -e --exit 1324

About

A process dumper built in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages