elfcall

Testing a library to generate trees and graphs from ELF

GPL-3.0 License

Downloads
68
Stars
4
Committers
1

Elfcall

Generate call graph data for an elf binary.

This works by way of extracting symbols fromthe ELF, figuring out dependencies via links and RPATH, and then outputting data to file.

⭐️ Documentation ⭐️

TODO

  • tests tests tests!

License

Licensed under the terms of the General Public License version 3

SPDX-License-Identifier: GPL-3.0-only

Copyright 2018-2019 - Armijn Hemel Copyright 2021 - Open Source Automation Development Lab (OSADL) eG, author Carsten Emde Copyright 2022 - Vanessa Sochat (@vsoch)