Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-module type cast #185

Closed
GloriousPtr opened this issue Apr 3, 2024 · 2 comments
Closed

Cross-module type cast #185

GloriousPtr opened this issue Apr 3, 2024 · 2 comments
Labels
Feature Request A request for a new feature or improvement. Missing Support A request to support a currently unsupported case.

Comments

@GloriousPtr
Copy link
Contributor

GloriousPtr commented Apr 3, 2024

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)

@ryanfleury ryanfleury added Feature Request A request for a new feature or improvement. Missing Support A request to support a currently unsupported case. labels Apr 4, 2024
@GloriousPtr
Copy link
Contributor Author

Can bump this? It is the only issue that gets in the way for me and had to use VS for work most of the time.
As described above, can't cast to a type unless the instruction pointer is in the module that knows the type.

@ryanfleury
Copy link
Collaborator

This is now done on dev and will be in 0.9.12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request A request for a new feature or improvement. Missing Support A request to support a currently unsupported case.
Projects
None yet
Development

No branches or pull requests

2 participants