Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bin/podman-ghidra: update to Ghidra 11.1
It now uses Python 3, otherwise building fails: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':Debugger-agent-dbgeng:buildPyPackage'. > A problem occurred starting process 'command 'python3.7'' Adding `python3` leads to: FAILURE: Build failed with an exception. * Where: Script '/opt/ghidra/gradle/debugger/hasPythonPackage.gradle' line: 46 * What went wrong: Execution failed for task ':Debugger-agent-dbgeng:buildPyPackage'. > Process 'command 'python3'' finished with non-zero exit value 1 So install pip and wheel too.
- Loading branch information