Open
Description
Description
There is a limitation from ghidra regarding function name resolution.
(loc._gp + -0x7f5c)
isn't resolved
But resolution is done in radare2:
and can be done manually:
e anal.gp=loc._gp
pd 1 @(loc._gp + -0x7f5c)
==> sym.imp.fopen
Same code, other example, with iStack_35c = (**(pcStack_370 + -0x7f60))(0);
pdg
Knowing that
pd 1 @(loc._gp + -0x7f60)
==> sym.imp.time
Could this be somehow improved/automated by r2ghidra?
Metadata
Metadata
Assignees
Labels
No labels