I want to set a big memory range (size=0x10000) with 0xff. How can I do it
when debugging?
Thanks
> I want to set a big memory range (size=0x10000) with 0xff. How can I do it
> when debugging?
> Thanks
In windbg
[http://www.microsoft.com/whdc/devtools/debugging/default.mspx] you can
use the fill memory command (f,fp).
I don't know if it's possible in Visual Studio.
ben