diff --git a/Ghidra/Debug/Debugger-agent-gdb/src/main/help/help/topics/gdb/gdb.html b/Ghidra/Debug/Debugger-agent-gdb/src/main/help/help/topics/gdb/gdb.html
index 04415f321d..81d737b788 100644
--- a/Ghidra/Debug/Debugger-agent-gdb/src/main/help/help/topics/gdb/gdb.html
+++ b/Ghidra/Debug/Debugger-agent-gdb/src/main/help/help/topics/gdb/gdb.html
@@ -140,7 +140,7 @@ python3 -m pip install --no-index -f Debugger-rmi-trace/pypkg/dist -f Debugger-a
comprising our plugin for GDB and its dependencies. Copy all of the Python packages from
Ghidra/Debug/Debugger-rmi-trace/pypkg/dist/ and
Ghidra/Debug/Debugger-agent-gdb/pypkg/dist/ to the remote system. It is easiest to put
- them all in one directory, e.g., ~/ghidra-pypgk/. Then install them:
+ them all in one directory, e.g., ~/ghidra-pypkg/. Then install them:
-
diff --git a/Ghidra/Features/Base/ghidra_scripts/CreateExampleGDTArchiveScript.java b/Ghidra/Features/Base/ghidra_scripts/CreateExampleGDTArchiveScript.java
index 7a5d52bcf1..e705bf8cd5 100644
--- a/Ghidra/Features/Base/ghidra_scripts/CreateExampleGDTArchiveScript.java
+++ b/Ghidra/Features/Base/ghidra_scripts/CreateExampleGDTArchiveScript.java
@@ -110,11 +110,10 @@ public class CreateExampleGDTArchiveScript extends GhidraScript {
};
String includeFiles[] = {
- headerFilePath+"/VC/VS22/10.0.190141.0",
- headerFilePath+"/VC/VS22/10.0.19041.0/um",
+ headerFilePath+"/VC/VS22/Community/VC/Tools/MSVC/14.29.30133/include",
headerFilePath+"/VC/VS22/10.0.19041.0/shared",
headerFilePath+"/VC/VS22/10.0.19041.0/ucrt",
- headerFilePath+"/VC/VS22/Community/VC/Tools/MSVC/14.30.30705/include",
+ headerFilePath+"/VC/VS22/10.0.19041.0/um",
};
String args[] = {