Skip to content

Commit

Permalink
Add checkpoint abort
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianM27 committed Nov 15, 2023
1 parent 6cbc4ce commit 068bd41
Show file tree
Hide file tree
Showing 2 changed files with 461 additions and 121 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ memcr -p <target pid>
```
For the list of available options, check memcr help:
```
memcr [-h] [-p PID] [-d DIR] [-S DIR] [-l PORT|PATH] [-n] [-m] [-f] [-z] [-c] [-e]
memcr [-h] [-p PID] [-d DIR] [-S DIR] [-l PORT|PATH] [-n] [-m] [-f] [-z] [-c] [-e] [-a]
options:
-h --help help
-p --pid target processs pid
Expand All @@ -67,6 +67,7 @@ options:
-z --compress compress memory dump
-c --checksum enable md5 checksum for memory dump
-e --encrypt enable encryption of memory dump
-a --abort-checkpoint allow checkpoint to be aborted
```
memcr also supports client / server scenario where memcr runs as a deamon and listens for commands from a client process. The main reason for supporting this is that memcr needs rather high privileges to hijack target process and it's a good idea to keep it separate from memcr-client that can run in a container with low privileges.

Expand Down
Loading

0 comments on commit 068bd41

Please sign in to comment.