From e0ba8f4740b04e9836fd2785449847eb03feb2db Mon Sep 17 00:00:00 2001 From: nblog <503407184@qq.com> Date: Wed, 31 Dec 2025 10:18:57 +0800 Subject: [PATCH] fix(gdb.html): correct typo in package directory path. fix(CreateExampleGDTArchiveScript.java): unify the MSVC version and remove the misspelled SDK version. --- .../src/main/help/help/topics/gdb/gdb.html | 2 +- .../Base/ghidra_scripts/CreateExampleGDTArchiveScript.java | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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: