I want to set the data write breakpoint to xul.dll + 0x7d760, hopefully using the script command.
I can print the base address of xul.dll using lm and manually set a breakpoint with
ba w (baseaddress + 0x7d760)
But I can not find a way to save the base address of xul.dll in pseudo-register so that I can do it automatically. Is there a way to somehow save or lm xul results in pseudo mode?
source share