You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I pause a process and issue a python command like
ida_dbg.set_reg_val("r0", 0xDEAD)
idas own "General registers" window is updated immediately, but "deREferencing - Registers" window is not.
Also when I choose "Modify value..." in "General registers" window context menu, "deREferencing - Registers" window doesn't get updated. The other way around it works.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
thanks for this plugin.
If I pause a process and issue a python command like
ida_dbg.set_reg_val("r0", 0xDEAD)
idas own "General registers" window is updated immediately, but "deREferencing - Registers" window is not.
Also when I choose "Modify value..." in "General registers" window context menu, "deREferencing - Registers" window doesn't get updated. The other way around it works.
Thanks
The text was updated successfully, but these errors were encountered: