About Quick Peek

Quick Peek allows you to quickly view the contents of a memory address without having to navigate to that address in the disassembly window or memory inspector:

When the mouse cursor hovers over a memory address, Quick Peek shows a tooltip that contains:

  • A brief disassembly around the memory address.

  • The raw bytes at the memory address.

  • ASCII text at the memory address.

image1

Quick Peek works with:

  1. Disassembly Window

  2. Memory View

  3. Call Stack

  4. Registers Window

Tip