Musical Dumps

After listening to “An Anthology of Noise and Electronic Music”

Buy from Amazon

Buy from Amazon

Buy from Amazon

Buy from Amazon

and remembering that long time ago I was asked to convert stock charts into sound waves an idea came to me to convert memory dump files into WAV files by appending an appropriate header in front of them. So depending on imposed sampling frequency (Hz), quantization level (bits) and mono/stereo settings you can enjoy listening to dumps. Long time ago I wrote a component for hard-disk recording while working on my voice recognition projects and I’m going to reuse it now.

Forthcoming DumpPlayer will be released this weekend for free download so stay tuned. 

If it goes well I promise to write a WinDbg extension to listen to a given memory range.

- Dmitry Vostokov -

4 Responses to “Musical Dumps”

  1. hught Says:

    I’ve used musical debugging in the past (er, 1982), for an application which required the screen image not to be changed. By putting instructions to play short sounds of different pitches at various points in the program, I could tell where the program was in its execution, and hence get a clue as to why it didn’t work. Of course, it does help to have perfect pitch

    Hugh

  2. Dmitry Vostokov Says:

    While listening to a memory dump you might occasionally hear fragments from various mapped sound files or buffers. Voices from the past

    Dmitry

  3. PatrickH Says:

    At the very least you are needing a portion of royalties off any future albums sales of this anthology!

  4. Dmitry Vostokov Says:

    Dump2Wave converts crash dumps to sound files:

    http://www.dumpanalysis.org/blog/index.php/2006/10/22/musical-dumps-dump2wave/

    Some sound samples:

    http://www.dumpanalysis.org/blog/index.php/2006/11/19/voices-from-process-space/

    Listening from WinDbg:

    http://www.dumpanalysis.org/blog/index.php/2007/07/29/listening-to-computer-memory/

Leave a Reply

You must be logged in to post a comment.