Cross-module type cast #185
Labels
Feature Request
A request for a new feature or improvement.
Missing Support
A request to support a currently unsupported case.
We use some upper bits in pointer to store data and pass it around as struct containing u64, we can mask the pointer with 0x0000FFFFFFFFFFFF and cast it to the appropriate type in watch window but it doesn't work with raddebugger if the type is not in the current module (where we hit the breakpoint)
The text was updated successfully, but these errors were encountered: