From 314225b9207d8a477e8572feb3ee5c815a403aaa Mon Sep 17 00:00:00 2001 From: d-millar <33498836+d-millar@users.noreply.github.com> Date: Thu, 18 Dec 2025 11:57:18 -0500 Subject: [PATCH] GP-6228: missed these GP-6228: change to >= --- .../src/main/help/help/topics/dbgeng/dbgeng.html | 2 +- .../Debugger-agent-gdb/src/main/help/help/topics/gdb/gdb.html | 2 +- .../src/main/help/help/topics/lldb/lldb.html | 2 +- Ghidra/Debug/Debugger-rmi-trace/DEVNOTES.txt | 2 -- .../TraceRmiLauncherServicePlugin.html | 2 +- GhidraDocs/GettingStarted.md | 2 +- GhidraDocs/GhidraClass/Debugger/B1-RemoteTargets.html | 2 +- GhidraDocs/GhidraClass/Debugger/B1-RemoteTargets.md | 2 +- 8 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Ghidra/Debug/Debugger-agent-dbgeng/src/main/help/help/topics/dbgeng/dbgeng.html b/Ghidra/Debug/Debugger-agent-dbgeng/src/main/help/help/topics/dbgeng/dbgeng.html index b945279ff9..9596589755 100644 --- a/Ghidra/Debug/Debugger-agent-dbgeng/src/main/help/help/topics/dbgeng/dbgeng.html +++ b/Ghidra/Debug/Debugger-agent-dbgeng/src/main/help/help/topics/dbgeng/dbgeng.html @@ -48,7 +48,7 @@
-python3 -m pip install pybag protobuf==3.20.3 +python3 -m pip install pybag protobuf>=3.20.3
-python3 -m pip install psutil protobuf==3.20.3 +python3 -m pip install psutil protobuf>=3.20.3
-python3 -m pip install psutil protobuf==3.20.3 +python3 -m pip install psutil protobuf>=3.20.3
-python3 -m pip install protobuf==3.20.3 +python3 -m pip install protobuf>=3.20.3
PYTHONPATH.
Double-check that you have installed all the required packages and
their dependencies. A common forgotten or incorrectly-versioned
dependency is protobuf. We developed using
-protobuf==3.20.3. Its “sdist” package is distributed with
+protobuf==3.20.3, newer versions generally work fine. Its “sdist” package is distributed with
Ghidra under Debugger-rmi-trace/pypkg/dist for your
convenience.
It is also possible that gdb has embedded a different
diff --git a/GhidraDocs/GhidraClass/Debugger/B1-RemoteTargets.md b/GhidraDocs/GhidraClass/Debugger/B1-RemoteTargets.md
index d9461996a9..231cc0c455 100644
--- a/GhidraDocs/GhidraClass/Debugger/B1-RemoteTargets.md
+++ b/GhidraDocs/GhidraClass/Debugger/B1-RemoteTargets.md
@@ -126,7 +126,7 @@ If that doesn't work, then in the worst case, copy the Python source over and ad
Double-check that you have installed all the required packages and their dependencies.
A common forgotten or incorrectly-versioned dependency is `protobuf`.
-We developed using `protobuf==3.20.3`.
+We developed using `protobuf==3.20.3`, newer versions generally work fine.
Its "sdist" package is distributed with Ghidra under `Debugger-rmi-trace/pypkg/dist` for your convenience.
It is also possible that `gdb` has embedded a different version of the interpreter than the one that `python3` provides.