Skip to content

Commit 1f99bc6

Browse files
authored
Provide more warnings around use of this format. Closes #111 (#121)
1 parent cfe65bd commit 1f99bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ path (required): outfile ~ name of file to write to on local system (SD Card
2929
3030
format (required): padded ~ pads all non-System RAM ranges with 0s
3131
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)
3333
3434
digest (optional): Hash the RAM and provide a .digest file with the sum.
3535
Supports kernel version 2.6.11 and up. See below for

0 commit comments

Comments
 (0)