Convert raw binary file to ascii

r2 rlichlighter at gmail.com
Mon Jul 27 13:25:44 EDT 2009


On Jul 27, 10:11 am, Grant Edwards <invalid at invalid> wrote:
> On 2009-07-27, r2 <rlichligh... at 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!



More information about the Python-list mailing list