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

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

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