Replies: 2 comments
-
|
Ghidra will do this now in some situations. That code is in |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for your answer. I did some tests and realized that it only works when the structure member have a defined address (ie when the structure is on the stack, or in |
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.
-
Hey ! I'm looking at the ghidra's source code trying to understand how I could implement a simple markup for structure member in the Listing view. To explain a bit more, I would like to see in the listing view the offset to a structure. For exemple, if
esicontain a pointer to an type where the member at offset 0x4 isfield_4, I would like to see[esi + 4] => field_4in the listing. It's already available in the decompiler view but I can't manage to find where it could be implemented in Listing. It is even implemented for global variables in listing, so I guess it should not be too hard to implement. Does anyone have an idea about that ?Beta Was this translation helpful? Give feedback.
All reactions