Search Criteria
Package Details: radare2-cutter-ghidra 1.10.3.r31.gd33eae4c-1
Git Clone URL: | https://aur.archlinux.org/radare2-cutter-ghidra.git (read-only, click to copy) |
---|---|
Package Base: | radare2-cutter-ghidra |
Description: | A Qt and C++ GUI for radare2 reverse engineering framework with Python and Ghidra support |
Upstream URL: | https://github.com/radareorg/cutter |
Licenses: | |
Provides: | |
Submitter: | maximevince |
Maintainer: | maximevince |
Last Packager: | maximevince |
Votes: | 1 |
Popularity: | 0.000075 |
First Submitted: | 2019-09-06 13:42 |
Last Updated: | 2020-06-19 12:57 |
Dependencies (11)
- capstone (capstone-git)
- icu (icu-git, icu-git-static)
- pyside2 (pyside2-git)
- python (python-dbg)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-svg (qt5-svg-git)
- qt5-webengine
- radare2-git
- shiboken2 (shiboken2-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
1 2 Next › Last »
dryneuron commented on 2021-01-09 21:59
Probably an issue with my machine configuration, but cmake returns the error
why isn't cmake finding QMakeConfigureFile.cmake (which of course defines qmake_configure_file); it's present in src/radare2-cutter-ghidra/cmake/
(cmake noob here)
rageltman commented on 2020-11-01 18:01
Looks like meson needs to be added to the deps list:
JuniorJPDJ commented on 2020-06-19 13:50
You could create new package and make this one depend on new one as transition.
maximevince commented on 2020-06-19 12:58
thanks for the comments, the package should be fixed. I should probably rename to radare2-cutter-ghidra-git, as suggested, but find no easy way to do that. Except deleting this package and creating a new one.
JuniorJPDJ commented on 2020-04-08 14:26
I've exactly the same error
mohe commented on 2020-04-02 17:49
JuniorJPDJ commented on 2020-01-10 16:07
@maximevince You are not using any tag on this git repo. Shouldn't you then name this package radare2-cutter-ghidra-git?
maximevince commented on 2020-01-09 08:58
Thanks for all the comments. The PKGBUILD has been updated. It should build fine, again, once you have updated/rebuilt your radare2-git package.
Saduff commented on 2020-01-08 21:17
@acelogic Thanks for the info, it compiles successfully with radare2-git and I didn't need python-pkgconfig installed.
However, now I have another possibly unrelated issue where the Ghidra decompiler doesn't work. Cutter freezes after clicking on the Decompiler tab. It says "Decompiling..." at the bottom, but never finishes.
acelogic commented on 2020-01-03 08:38
@Saduff @JuniorJPDJ Alright after hours of pulling my hair out trying to figure out the compilation issues, I've came to the conclusion that you need the latest radare2-git to get it to compile. The arch repo's radare2 was outdated and on 4.0.0 while 4.2.0 was needed. I think it makes sense to have the latest dependencies from git sources while using a package like this that compiles from source. I also installed python-pkgconfig but I have no idea if that contributed to making it work or not.