Back to X64dbg

Fill/memset

docs/commands/memory-operations/Fill.md

2026.04.20310 B
Original Source

Fill/memset

Set memory of the debuggee to a specified byte.

arguments

arg1 Memory address to start setting bytes.

arg2 Value (byte) to set memory with.

[arg3] Size to set. When not specified the rest of the page is used.

result

This command does not set any result variables.