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, so
I went digging into Python to see if there were any modules to help.
I found one I think m
On Jul 27, 9:06 am, Peter Otten <__pete...@web.de> wrote:
> r2 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 represe
On Jul 27, 10:11 am, Grant Edwards wrote:
> On 2009-07-27, r2 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
On Jul 27, 2:07 pm, Peter Otten <__pete...@web.de> wrote:
> r2 wrote:
> > On Jul 27, 9:06 am, Peter Otten <__pete...@web.de> wrote:
> >> r2 wrote:
> >> > I have a memory dump from a machine I am trying to analyze. I can view
> >> > the file in