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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ path (required): outfile ~ name of file to write to on local system (SD Card
29
29
30
30
format (required): padded ~ pads all non-System RAM ranges with 0s
31
31
lime ~ each range prepended with fixed-size header containing address space info
32
-
raw ~ concatenates all System RAM ranges (warning : original position of dumped memory is likely to be lost)
32
+
raw ~ concatenates all System RAM ranges (warning : original position of dumped memory is likely to be lost therefore making analysis in most forensics tools impossible. This format is not recommended except for advanced users)
33
33
34
34
digest (optional): Hash the RAM and provide a .digest file with the sum.
35
35
Supports kernel version 2.6.11 and up. See below for
0 commit comments