https://github.com/kei-g/dumpelf
Dump ELF structure
https://github.com/kei-g/dumpelf
Last synced: 2 months ago
JSON representation
Dump ELF structure
- Host: GitHub
- URL: https://github.com/kei-g/dumpelf
- Owner: kei-g
- License: bsd-3-clause
- Created: 2021-12-09T02:01:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T04:13:04.000Z (8 months ago)
- Last Synced: 2025-02-05T11:52:31.985Z (4 months ago)
- Language: C++
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![GitHub][github-repo-image]][github-repo-url] [![license][license-image]][license-url]
# dumpelf
[`dumpelf`][github-repo-url] - Dump ELF structure
## :green_heart: CI Status
| Action | Status |
|:-:|:-:|
| **Build** | [![GitHub (Build)][github-build-image]][github-build-url] |
| **Coverage** | [![GitHub (Coverage)][github-coverage-image]][github-coverage-url] |
| **Test** | [![GitHub (Test)][github-test-image]][github-test-url] |[github-build-image]:https://github.com/kei-g/dumpelf/actions/workflows/build.yml/badge.svg
[github-build-url]:https://github.com/kei-g/dumpelf/actions/workflows/build.yml
[github-coverage-image]:https://github.com/kei-g/dumpelf/actions/workflows/coverage.yml/badge.svg
[github-coverage-url]:https://github.com/kei-g/dumpelf/actions/workflows/coverage.yml
[github-repo-image]:https://img.shields.io/badge/github-kei--g%2Fdumpelf-brightgreen?logo=github
[github-repo-url]:https://github.com/kei-g/dumpelf
[github-test-image]:https://github.com/kei-g/dumpelf/actions/workflows/test.yml/badge.svg
[github-test-url]:https://github.com/kei-g/dumpelf/actions/workflows/test.yml
[license-image]:https://img.shields.io/github/license/kei-g/dumpelf
[license-url]:https://opensource.org/licenses/BSD-3-Clause