How do I make ghidra fix pointers that can be computed? #8557
Unanswered
Martmists-GH
asked this question in
Q&A
Replies: 1 comment 9 replies
-
Need much more context here! |
Beta Was this translation helpful? Give feedback.
9 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.
-
for example, it gives
*param_1 = PTR_DAT_7103cd0280 + 0x50
, but PTR_DAT_7103cd0280 holds a pointer to DAT_71039e56d0, so wouldn't ghidra be able to rewrite this as*param_1 = PTR_FUN_71039e5720
(which should be its vtable)?I tried running a bunch of analysis tasks already but that didnt fix it, and I couldn't find a script to fix this.
Beta Was this translation helpful? Give feedback.
All reactions