Package Details: ghidra-git 11.2.r98.23b75ec040-1

Git Clone URL: https://aur.archlinux.org/ghidra-git.git (read-only, click to copy)
Package Base: ghidra-git
Description: Software reverse engineering framework (git)
Upstream URL: https://www.nsa.gov/ghidra
Keywords: binary compiler cryptor debugger decompiler disassembler ELF executable gdb ida-pro MACH MSDOS NSA OEP ollydbg open-source packer PEiD plugin reverse-engineering
Licenses: Apache
Conflicts: ghidra, ghidra-desktop, ghidra-dev
Provides: ghidra
Submitter: flacks
Maintainer: class101 (nullableVoidPtr)
Last Packager: class101
Votes: 11
Popularity: 0.025948
First Submitted: 2019-04-05 17:25 (UTC)
Last Updated: 2024-10-02 20:09 (UTC)

Dependencies (7)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

flacks commented on 2019-08-12 23:00 (UTC)

algebro, the package has been updated since your comment, should definitely build now.

algebro commented on 2019-08-05 16:29 (UTC)

I'm getting the following error trying to build this package:

FAILURE: Build failed with an exception.

* Where:
Build file '/home/algebro/.cache/yay/ghidra-git/src/ghidra/build.gradle' line: 336

* What went wrong:
Could not compile build file '/home/algebro/.cache/yay/ghidra-git/src/ghidra/build.gradle'.
> startup failed:
  build file '/home/algebro/.cache/yay/ghidra-git/src/ghidra/build.gradle': 336: expecting '}', found '' @ line 336, column 1.
  1 error

It looks like there's a missing curly brace or something in the allprojects{} patch added from the PKGBUILD?

flacks commented on 2019-07-02 23:58 (UTC)

C0rn3j I didn't run into that issue when using jdk11. But the commit mumbel mentioned did make it into the tree, so try again if the build still failed for you.

mumbel commented on 2019-07-02 22:25 (UTC) (edited on 2019-07-02 22:26 (UTC) by mumbel)

@C0rn3j noticed this as well and submitted a bug report, should be fixed in 11f1a824a72c0930bde8930866fbe297f3644688

kriskras99 commented on 2019-06-11 13:42 (UTC)

@C0rn3j you should set jdk11 as your default java env, it does not work with lower versions

C0rn3j commented on 2019-06-11 13:37 (UTC)

Fails to build https://haste.rys.pw/raw/bikihavora

Could not determine the dependencies of task ':8051:compileJava'.

remitamine commented on 2019-06-09 02:29 (UTC)

missing bison and flex dependencies from makedepends. https://github.com/NationalSecurityAgency/ghidra/blob/master/DevGuide.md#building-the-natives

Philzli commented on 2019-06-04 10:39 (UTC)

Haha, the build fails if you start it on one day and end it on another.

maarroyo commented on 2019-05-25 04:29 (UTC) (edited on 2019-05-25 04:29 (UTC) by maarroyo)

For those interested in headless mode you may want to run the following:

$ ln -s /opt/ghidra/support/analyzeHeadless /usr/bin/ghidra-analyzeHeadless

flacks commented on 2019-05-16 21:54 (UTC)

kriskras99, I added a build instruction for the missing native components. thanks!