You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<FILENAME> name of the file to write to on local system
106
+
Usage: avml [OPTIONS] <FILENAME>
109
107
110
-
OPTIONS:
111
-
--compress
112
-
compress via snappy
108
+
Arguments:
109
+
<FILENAME>
110
+
name of the file to write to on local system
113
111
114
-
--delete
115
-
delete upon successful upload
112
+
Options:
113
+
--compress
114
+
compress via snappy
116
115
117
-
-h, --help
118
-
Print help information
116
+
--source <SOURCE>
117
+
specify input source
119
118
120
-
--sas-block-concurrency <SAS_BLOCK_CONCURRENCY>
121
-
specify blob upload concurrency
119
+
Possible values:
120
+
- /dev/crash:
121
+
Provides a read-only view of physical memory. Access to memory using this device must be paged aligned and read one page at a time
122
+
- /dev/mem:
123
+
Provides a read-write view of physical memory, though AVML opens it in a read-only fashion. Access to to memory using this device can be disabled using the kernel configuration options `CONFIG_STRICT_DEVMEM` or `CONFIG_IO_STRICT_DEVMEM`
124
+
- /proc/kcore:
125
+
Provides a virtual ELF coredump of kernel memory. This can be used to access physical memory
0 commit comments