-
Beta Was this translation helpful? Give feedback.
Answered by
ghidra1
Mar 27, 2025
Replies: 1 comment 2 replies
-
There should be a stub/thunk function within memory that the Call instruction refers to either directly or indirectly. You can use the Set Thunked Function GUI action or |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While you can create external references it is preferred to establish a thunk relationship via a stub/thunk function contained in memory. In some cases with Elf we are forced to create such thunks within an artificial memory block named EXTERNAL to achieve this.