c9d6
![]() |
|
|
|
|
|||||||
| General General questions about the FreeBSD operating system. Ask here if your question does not fit elsewhere. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
can someone tell me why memdump (from /usr/ports/sysutils) produces 4GByte files on a system with 2GB RAM (physically, no swap configured). Also what's the difference between "dd if=/dev/mem..." /dev/kmem and memdump? # dmesg | grep memor real memory = 2104164352 (2006 MB) avail memory = 2053550080 (1958 MB) I want to read memory content for forensic purposes. Useful informations on this topic appreciated. Thanks a lot in advance. hnk |
|
#2
|
||||
|
||||
|
a stupid way to do it could be cat
But why do you want that? Are you seriously going to analyze 2G binary file full or crap? |
|
#3
|
||||
|
||||
|
I suppose that tool tries to safe the whole available memory space.
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ... sysutils/automounter: amd(8) based automounting without HAL contact: kamikaze@bsdforen.de Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything. |
|
#4
|
|||
|
|||
|
The reason for me to look at /dev/mem (or /dev/kmem, don't understand the difference currently) is this:
http://events.ccc.de/congress/2008/F...s/2922.en.html I'm using GELI for full disk encryption and I tought, that finding the passphrase in memory isn't that easy: user@fbsd:/data# memdump > mem.dump memdump: Stopped on OFFT_TYPE wraparound after 0xfffff000 user@fbsd:/data# strings mem.dump | grep passphrase Dec 31 00:33:29 prod kernel: Enter passphrase for ad4: verysecretpassphrase I'm not really happy with that. Is there a reason to find such messages (like "attention here comes the password") in memory? Now I'm interested in other things which can be found in the memory. Maybe there are some other peoples here with knowledge in forensics. cheers, Honk |
|
#5
|
||||
|
||||
|
Hackers Disassembling Uncovered by Kriss Kasperky
http://softpro.stores.yahoo.net/1-931769-64-8.html also http://www.usenix.org/publications/l...apers/gutmann/ they bough ain't directly related, but gives some interesting ideas about what you're interested (i think) anyway posting them wont hurt |
|
#6
|
|||
|
|||
|
Of course, if someone has read access to all your memory, they can probably read any mounted volumes as well ...
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| gnome-system-monitor and memory | mdg583 | GNOME | 7 | December 8th, 2008 20:55 |
| FreeBSD 7.0-RELEASE-p4 && xorg-7.3_2 huge memory leak | TheFeaR | X.Org | 17 | November 27th, 2008 10:54 |
| Olympus FE-115 (xD memory card) & FreeBSD 7.0 | Daemony | Peripheral Hardware | 7 | November 19th, 2008 15:49 |