./wip/memdump, Memory dumper for UNIX-like systems

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.01, Package name: memdump-1.01, Maintainer: pkgsrc-users

What can you expect to find in a system memory dump? Bits from the
operating system, from running processes, and from every file and
directory that has been accessed recently. Depending on the operating
system you may even find some information from deleted files and
exited processes, although that information tends to be short-lived.

To dump physical memory:

memdump | nc host port
memdump | openssl s_client -connect host:port

For best results send output off-host over the network. Writing to
file risks clobbering all the memory in the file system cache. Use
netcat, stunnel, or openssl, depending on your requirements.

With the exception of Linux, dumping UNIX system memory is a tricky
business because /dev/mem has holes that one has to carefully skip
around in order not to read nonsense or even miss information.

This software was tested on Linux, Solaris, FreeBSD, OpenBSD, and
is distributed under the IBM Public License.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 437585744012de5c6f88743c05428ca9bc9cf9b1
Filesize: 12.415 KB

Version history: (Expand)


CVS history: (Expand)


   2012-12-05 00:25:15 by othyro | Files touched by this commit (1)
Log message:
wdiff says LICENSE = postfix-license. Thanks for the suggestions. Passes
pkglint;
   2012-12-04 20:37:40 by othyro | Files touched by this commit (3)
Log message:
Commented patches and regenerated distinfo.
   2012-12-04 20:36:32 by othyro | Files touched by this commit (1)
Log message:
LICENSE = IBM Public License 1.0, which we don't have in licenses/;
INSTALLATION_DIRS+=${PKGMANDIR}/man1; Make package use DESTDIR;
   2012-11-26 00:32:22 by othyro | Files touched by this commit (104)
Log message:
Maintainer stated that no time is available to work on pkgsrc anymore, but
wouldn't mind seeing other people continue to maintain these packages.
Resetting to pkgsrc-users@NetBSD.org
   2012-10-03 17:09:47 by Aleksej Saushev | Files touched by this commit (124)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-03-21 13:32:00 by Kamel Derouiche | Files touched by this commit (1)
Log message:
Added DESTDIR Support

   2008-03-09 02:56:03 by David Howland | Files touched by this commit (1)
Log message:
Fix broken install in bulk-build.
   2006-04-20 15:36:35 by Aleksey Cheusov | Files touched by this commit (67)
Log message:

man is replaced with ${PKGMANDIR}