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

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.

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