On Jul 27, 10:11 am, Grant Edwards <inva...@invalid> wrote:
> On 2009-07-27, r2 <rlichligh...@gmail.com> wrote:
>
> > I have a memory dump from a machine I am trying to analyze. I can view
> > the file in a hex editor to see text strings in the binary code. I
> > don't see a way to save these ascii representations of the binary,
>
> $ strings memdump.binary >memdump.strings
>
> $ hexdump -C memdump.binary >memdump.hex+ascii
>
> --
> Grant Edwards                   grante             Yow! I'm ZIPPY the PINHEAD
>                                   at               and I'm totally committed
>                                visi.com            to the festive mode.

Grant,

Thanks for the commands!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to