Back to X64dbg

GuiDumpAtN

docs/developers/functions/gui/GuiDumpAtN.md

2026.04.20441 B
Original Source

GuiDumpAtN

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

c++
void GuiDumpAtN(duint va, int index)

Parameters

va Virtual address of the pointer to dump.

index Index of the dump window.

Return Value

This function does not return a value.

Example

c++
Example code.