Tag

function call graph

1 views collected around this technical thread.

Baidu Intelligent Testing
Baidu Intelligent Testing
Feb 17, 2016 · Information Security

Static Analysis of ELF Binaries to Extract Function Call Relationships

This article describes how to statically analyze Linux ELF executables using objdump and shell scripts to collect function definitions, source locations, and call sites, and then construct a detailed function call graph with a C++ data structure.

Reverse Engineeringelffunction call graph
0 likes · 5 min read
Static Analysis of ELF Binaries to Extract Function Call Relationships