Skip to content

Dumping Memory

Bennett Blodinger edited this page Mar 18, 2017 · 1 revision

Bit Slicer can dump a target's memory onto disk. Although not a major feature, it turns out there aren't many other tools that can do this.

  1. Show the Memory Viewer, the Debugger, or have a slice document window visible.
  2. Either choose to dump memory in range (Memory -> Dump Memory in Range) or to dump all memory (Memory -> Dump All Memory). Dumping All Memory will output many files, each named by where the memory is being dumped from.

For a "true" picture of the target's memory, first pause the target.