raddebugger icon indicating copy to clipboard operation
raddebugger copied to clipboard

[Bug] Casting register to pointer doesnt work

Open mistymntncop opened this issue 2 months ago • 1 comments

In the watch view casting a register value to a pointer doesn't work even if that register contains a valid pointer (e.g. "(uint64*)reg:rsp,10"). It just shows a bunch of zeroes.

mistymntncop avatar Oct 16 '25 22:10 mistymntncop

This is due to an incorrect evaluation space - if you need correct results in the meantime you can cast the value itself, but I will need to fix this such that pointer casts move from register space into process memory space.

ryanfleury avatar Oct 16 '25 22:10 ryanfleury