Package: radare2-cutter
Version: 1.10.2-1
Severity: minor

The upstream software includes the ghidra decompiler 
(https://twitter.com/r2gui/status/1169912280001208321)
but it is not included in the debian build.

At a glance, CUTTER_R2GHIDRA_STATIC should be enabled, i.e.

override_dh_auto_configure:
        dh_auto_configure -- \
                -DCUTTER_ENABLE_PYTHON=ON \
                -DCUTTER_R2GHIDRA_STATIC=ON \
                -DCUTTER_ENABLE_CRASH_REPORTS=OFF \
                -DCMAKE_BUILD_TYPE=Release

(but it does not seem to be enough - there is a script in scripts/r2ghidra.sh 
to build the plugin (which depends on ninja-build).
This checks out the git repo, which requires a more recent version of radare2...

So perhaps this will be solved by upstream in due time. Still I think 
CUTTER_R2GHIDRA_STATIC
needs to be set.)

/Stefan

Reply via email to