https://github.com/emersion/dareog
ORC meets DWARF
https://github.com/emersion/dareog
debug dwarf elf
Last synced: 11 months ago
JSON representation
ORC meets DWARF
- Host: GitHub
- URL: https://github.com/emersion/dareog
- Owner: emersion
- License: gpl-2.0
- Created: 2018-02-17T12:50:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T21:25:34.000Z (about 8 years ago)
- Last Synced: 2025-08-15T21:18:18.660Z (11 months ago)
- Topics: debug, dwarf, elf
- Language: C
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dareog
ORC meets DWARF.
## Building
Install dependencies:
* meson
* libelf
* [libdwarfw](https://github.com/emersion/libdwarfw)
Alternatively, you can use git submodules:
```shell
git submodule init
git submodule update
```
Run these commands:
```shell
meson build
ninja -C build
```
## License
GPLv2
Copyright (c) 2017 Josh Poimboeuf
Copyright (c) 2018 emersion