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
psutility. - Then use
psnapto make process snapshot:Root privileges may be required to run the./psnap --pid [pid] -o snap
psnapprogram. - To run the snapshot use the
psnapexecutility:./psnapexec snap
To build psnap and psnapexec just use:
make