From 1c50200605ed48cc0477fb273c19e6f83440b076 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sun, 19 Oct 2025 12:37:53 +0000 Subject: [PATCH] added java installation step --- docz/docs/03-demos/32-extensions/41-ghidra.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docz/docs/03-demos/32-extensions/41-ghidra.md b/docz/docs/03-demos/32-extensions/41-ghidra.md index d1dc254..2815565 100644 --- a/docz/docs/03-demos/32-extensions/41-ghidra.md +++ b/docz/docs/03-demos/32-extensions/41-ghidra.md @@ -266,6 +266,19 @@ On macOS, Ghidra was installed using Homebrew: brew install --cask ghidra ``` +:::note pass + +Ghidra needs java to work, if ghidra returns `JDK 21+ (64-bit) could not be found and must be manually chosen!`: + + +```bash +brew install zulu@21 +``` + +::: + + + 1) Add the base Ghidra folder to the PATH variable. The following shell command -- 2.34.1