Support for "display type" like features? #3548
Unanswered
TommyJerryMairo
asked this question in
Q&A
Replies: 1 comment
-
|
Yes, this functionality exists but it’s currently undergoing a refactoring. Hopefully a PR will be merged soon with Windows types. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does x64dbg support anything like "Display Type" in windbg? Such a feature should be able to display a struct with filed name, type and offset. When debugging, it could also decode a memory trunk and present the value corresponding to each field. I noticed there's a struct panel in the CPU view. However, it cannot parse complex header files. For example, parsing the
winternl.hfrom the Windows Kits always yields an error blamingunexpected character '#', where the header file doesn't cause compilation errors when included.Beta Was this translation helpful? Give feedback.
All reactions