summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2024-09-16 17:43:09 -0400
committerGitHub <noreply@github.com>2024-09-16 17:43:09 -0400
commitf65fb7a59b754df56eb4e3d3626788262dbf51e1 (patch)
tree5119cc4e31909a928a6399343e244544b7e8bdb9
parent8c16a4163d3423700d2d8ad82c0b451ccae4c73d (diff)
Add PDB parser to README list of plugins
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 87463549..46a6fc97 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,7 @@ This repository contains all of our Binary View Type plugins available here:
## DebugInfo
* [DWARF Import](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/dwarf/dwarf_import)
+* [PDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/pdb-ng)
## Related Repositories