Get desktop application:
View/edit binary Protocol Buffers messages
CloneInfo contains information used by the Clone checkpoint.
created_thread_id is the thread's ID in the root PID namespace.
created_thread_start_time_ns is the thread's CLOCK_REALTIME start time.
flags are equivalent to the flags passed to clone(2).
ExecveInfo contains information used by the Execve checkpoint.
BinaryPath is a path to the executable binary file being switched to in the mount namespace in which it was opened.
Argv is the new process image's argument vector.
Env is the new process image's environment variables.
BinaryMode is the executable binary file's mode.
binary_sha256 is the SHA-256 hash of the executable binary file. Note that this requires reading the entire file into memory, which is likely to be extremely slow.
ExitStatus is the exiting thread group's exit status, as reported by wait*().
ExitStatus is the exiting thread group's exit status, as reported by wait*().