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
- Host: GitHub
- URL: https://github.com/vsoch/elfcall
- Owner: vsoch
- License: gpl-3.0
- Created: 2022-01-15T19:19:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T00:52:53.000Z (over 3 years ago)
- Last Synced: 2025-09-25T09:21:26.771Z (10 months ago)
- Language: Python
- Homepage: https://vsoch.github.io/elfcall/
- Size: 4.59 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)