Convert raw binary file to ascii

Grant Edwards invalid at invalid
Mon Jul 27 10:11:21 EDT 2009


On 2009-07-27, r2 <rlichlighter 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.



More information about the Python-list mailing list