summaryrefslogtreecommitdiff
path: root/plugins/dwarf/dwarfdump/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dwarf/dwarfdump/README.md')
-rw-r--r--plugins/dwarf/dwarfdump/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/dwarf/dwarfdump/README.md b/plugins/dwarf/dwarfdump/README.md
new file mode 100644
index 00000000..ae3a193b
--- /dev/null
+++ b/plugins/dwarf/dwarfdump/README.md
@@ -0,0 +1,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