Y
Hacker News
new
|
ask
|
show
|
jobs
by
sigjuice
2369 days ago
I think the op is saying that the instruction
call <stub_function>
gets rewritten by the instruction
call <resolved_function>
.
1 comments
saagarjha
2369 days ago
Generally that kind of thing goes through a GOT/PLT for security and performance reasons.
link