summaryrefslogtreecommitdiff
path: root/plugins/dwarf/dwarfdump/README.md
blob: ae3a193bd6e55a5f21466222a76a139dadcf46ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# DWARF Dump Example

This is actually a fully-developed plugin, rather than a measly example.

Two features this does not support are: files in big endian, and .dwo files

## How to use

Simply `cargo build --release` in this directory, and copy the `.so` from the target directory to your plugin directory

### Attribution

This example makes use of:
  - [gimli] ([gimli license] - MIT)

[gimli license]: https://github.com/gimli-rs/gimli/blob/master/LICENSE-MIT
[gimli]: https://github.com/gimli-rs/gimli