Posts Tagged ‘Memory’

Dumping Memory

Sunday, September 14th, 2008

Here’s a small utility function (in C) that I wrote, to dump the memory’s contents at a specified address. It’s nothing big but can be useful when debugging code.

(more…)