Analysing functions called through Procedure Linkage Table
The focus of this is post is on extracting symbols of functions called through the Procedure Linkage Table (PLT) section in ELF binaries. As with many of my posts, I do not claim that the described approach is the most proper or best solution to the problem. Instead, I aim to share what worked for me — firstly, so I can document what I did, and secondly, in the hope that someone else may find it helpful.
read more