Back to X64dbg

GuiDumpAt

docs/developers/functions/gui/GuiDumpAt.md

2026.04.20363 B
Original Source

GuiDumpAt

Change the address of the dump window to the given virtual address, to show the dump at this address.

c++
void GuiDumpAt(duint va);

Parameters

va Virtual address of the pointer to dump.

Return Value

This function does not return a value.

Example

c++
Example code.