some small fixes

This commit is contained in:
Mari Wahl 2014-10-11 01:08:01 -04:00
parent a50737bc6b
commit 52067188ed
11 changed files with 65 additions and 0 deletions

6
Forensics/memdump.md Normal file
View file

@ -0,0 +1,6 @@
## memory dump
```
strings /tmp/mem.dump | grep BOOT_
BOOT_IMAGE=/vmlinuz-3.5.0-23-generic
```