Ghidra not working?
If you find that parts of Ghidra are not working out of the box on your Kali instance (especially Kali on ARM), try the following:
-
Install sdkman
sudo curl -s "https://get.sdkman.io" | bash
-
Restart your terminal shell.
-
Install gradle
sdk install gradle
-
cd into your Ghidra directory.
-
cd into the
support
directory. -
Run
./buildNatives
-
Now try Ghidra.