Back to X64dbg

free

docs/commands/memory-operations/free.md

2026.04.20350 B
Original Source

free

Free memory in the debuggee (using VirtualFreeEx).

arguments

[arg1] Address of the memory to free. When not specified, the value at $lastalloc is used.

result

This command sets $result to 1 if VirtualFreeEx succeeded, otherwise it's set to 0. $lastalloc is set to zero when the address specified is equal to $lastalloc.