diff --git a/src/core/Cutter.cpp b/src/core/Cutter.cpp index 20ca13f5a..2411a160e 100644 --- a/src/core/Cutter.cpp +++ b/src/core/Cutter.cpp @@ -922,7 +922,7 @@ QString CutterCore::getDecompiledCodePDC(RVA addr) bool CutterCore::getR2DecAvailable() { - return cmdList("e cmd.pdc=?").contains(QStringLiteral("r2dec")); + return cmdList("e cmd.pdc=?").contains(QStringLiteral("pdd")); } QString CutterCore::getDecompiledCodeR2Dec(RVA addr)