From: Thorsten O. <ad...@th...> - 2025-01-03 07:18:22
|
Ok, installing a newer version of ghidra (and also a newer version of JDK) worked. I "hacked" the launch.sh script (in <ghidra>/support) a bit to get it working. At the top, i added: export JAVA_HOME=$HOME/ghidra_11/jdk-21.0.5+11 export PATH=$JAVA_HOME/bin:$PATH where $HOME/ghidra_11 is the directory where i installed it. Maybe you want to do the same when working on linux, or put that statements in some custom script. What i didn't know until know: even the tos header with the date seems to be different for different tos languages. for us/uk: 11/20/1985 for de: 02/06/1986 for fr: 04/24/1986 |