Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 474 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 474 Bytes

ghidra_install

Bash script to install and create an alias for Ghidra

This has been tested on Ubuntu 18.04.

Simply run the script and it will create a 'ghidra' directory in the current user's base directory.

The script:

  1. Performs a general update.
  2. Downloads the current version of Ghidra.
  3. Checks the file integrity.
  4. Installs the required Java dependencies to run Ghidra.
  5. Creates a 'run_ghidra' alias to run Ghidra.

See ghidra_install.gif for install run.