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
Last Packager: class101
Votes: 11
Popularity: 0.24
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 »

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!

kriskras99 commented on 2019-05-04 12:05 (UTC) (edited on 2019-05-04 12:06 (UTC) by kriskras99)

If you get an error about being unable to demangle function names because of a FileNotFoundException, you should do the following:

$ cd $SRC_DIR/GPL/DemanglerGnu/

$ gradle build

$ cp -r build/os /opt/ghidra/Ghidra/Features/GnuDemangler

This should probably be fixed in the PKGBUILD, but I do not know the correct way to do this.

PyroLagus commented on 2019-05-03 15:35 (UTC) (edited on 2019-05-03 16:07 (UTC) by PyroLagus)

Here is another patch I sent that I'll leave here until the PKGBUILD gets updated: <link was here>

EDIT: since the patch is upstream now, I've deleted the link to the patch.

PyroLagus commented on 2019-04-26 15:33 (UTC)

Could you add provides=('ghidra') to ghidra-git and ghidra-bin? That would make packaging scripts, plugins, and ISA definitions nicer.