mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
Fix r2dec detection (#1640)
This commit is contained in:
parent
d37bce9b57
commit
68a864ee0a
@ -922,7 +922,7 @@ QString CutterCore::getDecompiledCodePDC(RVA addr)
|
|||||||
|
|
||||||
bool CutterCore::getR2DecAvailable()
|
bool CutterCore::getR2DecAvailable()
|
||||||
{
|
{
|
||||||
return cmdList("e cmd.pdc=?").contains(QStringLiteral("r2dec"));
|
return cmdList("e cmd.pdc=?").contains(QStringLiteral("pdd"));
|
||||||
}
|
}
|
||||||
|
|
||||||
QString CutterCore::getDecompiledCodeR2Dec(RVA addr)
|
QString CutterCore::getDecompiledCodeR2Dec(RVA addr)
|
||||||
|
Loading…
Reference in New Issue
Block a user