Search Criteria
Package Details: radare2-cutter-git 1.12.0.r4.gd7543100-1
Git Clone URL: | https://aur.archlinux.org/radare2-cutter-git.git (read-only, click to copy) |
---|---|
Package Base: | radare2-cutter-git |
Description: | Qt and C++ GUI for radare2 reverse engineering framework (originally named Iaito) |
Upstream URL: | https://github.com/radareorg/cutter |
Licenses: | |
Provides: | |
Submitter: | mcd1992 |
Maintainer: | mcd1992 (bartus) |
Last Packager: | bartus |
Votes: | 6 |
Popularity: | 0.000023 |
First Submitted: | 2017-12-05 15:06 |
Last Updated: | 2021-01-12 19:08 |
Dependencies (15)
- capstone (capstone-git)
- graphviz
- icu (icu-git, icu-git-static)
- pyside2 (pyside2-git)
- python (python-dbg)
- python-shiboken2 (python-shiboken2-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-svg (qt5-svg-git)
- qt5-tools (qt5-tools-git)
- qt5-webengine
- cmake (cmake-git) (make)
- git (git-git) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- shiboken2 (shiboken2-git) (make)
Required by (0)
Sources (1)
bartus commented on 2020-12-13 08:56
This is last version supporting
New version is available as
bitwave commented on 2020-11-03 18:24
using a bundled radare2 without copying the libs does not work.
for me it helps to have radare2 installed and enable -DCUTTER_USE_ADDITIONAL_RADARE2_PATHS=ON
bartus commented on 2020-06-17 12:53
git am -s < <(curl -s http://ix.io/2pp2)
bartus commented on 2020-06-03 20:57
Please move cmake
call to build()
as prepare()
has no buildenv
sourced (relevant makepkg
lines) which prevents makepkg.conf
to take any effect on the cmake
.
patch:
git am < <(curl -s http://ix.io/2odo)
bartus commented on 2020-05-22 22:25
Few problems:
- You are using bundled
radare2
PKGBUILD#n33 butradare2-git
is listed as depends.- If you are going to use bundled
radare2
you are missingmeson
frommakedepends
(required to buildradare2
)
- If you are going to use bundled
- You are building with
graphviz
PKGBUILD#n36 butgraphviz
is missing formdepends
.
If I may suggest something: http://ix.io/2n2g
JJK commented on 2020-05-21 08:04
CMake Error at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:164 (message):
Could NOT find PySide2 (missing: PYSIDE_LIBRARY PYSIDE_INCLUDE_DIR
PYSIDE_TYPESYSTEMS) (Required is at least version "5.14")
Adding pyside2 as a dependency fixes this issue
bartus commented on 2020-04-06 18:47
Would be nice to switch radare2
to radare2-git
in depends
array. Usually cutter-git
is not able to build against community/radare2
.
maximevince commented on 2019-09-06 13:21
Since today, there is a Ghidra decompiler plugin available. Could you modify the PKGBUILD to build with it?
Like this:
prepare() { cd ${pkgname} git submodule update --init --recursive
mkdir -p build
cd build
git clone --depth 1 --recurse-submodules https://github.com/radareorg/r2ghidra-dec.git
qmake-qt5 ../src/Cutter.pro CUTTER_ENABLE_PYTHON=true CUTTER_ENABLE_PYTHON_BINDINGS=true CUTTER_R2GHIDRA_STATIC=true R2GHIDRA_SOURCE=pwd
/r2ghidra-dec
}
maximevince commented on 2019-09-05 16:18
Would you mind adding the python bindings by default?
- qmake-qt5 ../src/Cutter.pro CUTTER_ENABLE_PYTHON=true CUTTER_ENABLE_PYTHON_BINDINGS=true
mcd1992 commented on 2018-10-30 20:48
@ferion, that seems to be caused by build/CMakeCache.txt being out of date. If you delete your build/ directory and re-run it updates the file. I'll make prepare() remove that file so its remade every time.
Edit: Actually it looks like the cutter devs changed the cmake system to not populate the CMakeCache anymore so this is just a one-time quirk where you'll have to delete the build dir.
Pinned Comments
bartus commented on 2020-12-13 08:56
This is last version supporting
radare2
after thatcutter
switched torizin
New version is available as
cutter-git