Replies: 1 comment
-
Found it here: |
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
-
In structures you're defining, local variables of the type appear like this when a field at offset 14 is undefined:
local_26._14_4_ = ...
whereas pointers to that type appear as
local_30->field_0xe = ...;
Which Java or C Ghidra class is responsible for creating that local name?
Beta Was this translation helpful? Give feedback.
All reactions