An open API service indexing awesome lists of open source software.

https://github.com/vsoch/elfcall

Testing a library to generate trees and graphs from ELF
https://github.com/vsoch/elfcall

Last synced: 5 months ago
JSON representation

Testing a library to generate trees and graphs from ELF

Awesome Lists containing this project

README

          

# 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](https://vsoch.github.io/elfcall/) ⭐️

## 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)