https://github.com/smoothhacker/dwarf-debug-parser
A Debug Info Parser for ELF files that feeds DWARF info into the Binja DebugInfo API.
https://github.com/smoothhacker/dwarf-debug-parser
binaryninja binaryninja-plugin dwarf elf
Last synced: 19 days ago
JSON representation
A Debug Info Parser for ELF files that feeds DWARF info into the Binja DebugInfo API.
- Host: GitHub
- URL: https://github.com/smoothhacker/dwarf-debug-parser
- Owner: SmoothHacker
- License: mit
- Created: 2022-03-11T17:46:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T00:22:18.000Z (almost 4 years ago)
- Last Synced: 2025-07-03T08:46:45.175Z (8 months ago)
- Topics: binaryninja, binaryninja-plugin, dwarf, elf
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dwarf-Debug-Parser
Author: **SmoothHacker**
This is a debug info parser for ELF files that feeds DWARF info into the Binja DebugInfo API.
## Description:
This is a current work-in-progress debug info parser for ELF files. Currently all that is supported is function name and location discovery. Future plans include recovering structs, typedefs, return types, stack variable types, and more.
## License
This plugin is released under an [MIT license](./license).