From 8534476934065104161886820729515240153914 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 22 Apr 2024 17:37:18 -0400 Subject: Public release of PDB parser plugin --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 31272c5a..31de5280 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "arch/x86/mbuild"] path = arch/x86/mbuild url = https://github.com/intelxed/mbuild.git +[submodule "rust/examples/pdb-ng/pdb-0.8.0-patched"] + path = rust/examples/pdb-ng/pdb-0.8.0-patched + url = https://github.com/Vector35/pdb-rs.git -- cgit v1.3.1