memdump

memdump dumps the content of the physical memory. The memory might contain something useful.

Note: Send the output of this tool over the network (ex. netcat) to avoid disrupting the filesystem cache memory.

Usage

Usage: memdump [options]

OptionDescription
-b read_buffer_size(default 0, use the system page size)
-kDump kernel memory instead of physical memory
-m map_filePrint memory map
-p memory_page_size(default 0, use the system page size)
-s memory_dump-size(default 0, dump all memory)
-vVerbose mode for debugging