Fabian Cenedese wrote:
Generally, is there a way to modify registers? Must be obvious but
I'm blind.
set $eip = 0x42424242
Dito for the other registers.
Thanks, worked fine. Should this be added to the docs? Even knowing now what to look for I couldn't find it. I guess this was taken from gdb's interface. Are there other 'unofficial' :) features in winedbg?
I will add this as part of the Advanced Debuging Techniques section of the Developers Guide. (working on it.)