Search Criteria
Package Details: ghidra-extension-ghidra-firmware-utils-git r49.gba9b7cc-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ghidra-extension-ghidra-firmware-utils-git.git (read-only, click to copy) |
---|---|
Package Base: | ghidra-extension-ghidra-firmware-utils-git |
Description: | Ghidra utilities for analyzing PC firmware |
Upstream URL: | https://github.com/al3xtjames/ghidra-firmware-utils |
Licenses: | Apache |
Submitter: | saruman9 |
Maintainer: | saruman9 |
Last Packager: | saruman9 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-01-30 13:43 (UTC) |
Last Updated: | 2020-01-30 14:32 (UTC) |
Dependencies (5)
- ghidra (ghidra-darculaAUR, ghidra-gitAUR)
- ghidra (ghidra-darculaAUR, ghidra-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gradle (gradle7) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Latest Comments
ceres-c commented on 2022-01-02 20:07 (UTC) (edited on 2022-01-02 20:21 (UTC) by ceres-c)
I had no JAVA_HOME variable and building the C part of the project failed due to jni.h import error. Exporting the JAVA_HOME variable fixed my issue. Would it be possible to do it in the pkgbuild in a similar fashion to this code? https://bbs.archlinux.org/viewtopic.php?pid=1823486#p1823486
I'd also advise to add the jdk as a makedepend
makedepends=('java-environment>=11')
BTW The master branch does not build against ghidra 10.1, so it's necessary to switch to the
ghidra-10.1
branch appending#branch=ghidra-10.1
to the source URL