-
Notifications
You must be signed in to change notification settings - Fork 76
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.
- Show the Memory Viewer, the Debugger, or have a slice document window visible.
- 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.
Searching
- Introduction to Searching
- Data Types
- Storing All Values
- Pointers
- Search Windows
- Pausing Targets
- Web Games
Memory
Debugging
Scripting