PSNAP is an utility to create snapshots of processes for linux.
Now it supports x86_64 only.
- Get the id of the process to snapshot with
ps
utility. - Then use
psnap
to make process snapshot:Root privileges may be required to run the./psnap --pid [pid] -o snap
psnap
program. - To run the snapshot use the
psnapexec
utility:./psnapexec snap
To build psnap
and psnapexec
just use:
make