Implement RzIL statement graph

This commit is contained in:
wargio 2023-06-12 19:35:02 +08:00 committed by Anton Kochkov
parent 4742003ff4
commit 579ac236b6

View File

@ -27,6 +27,7 @@ RizinGraphWidget::RizinGraphWidget(MainWindow *main)
{ 'r', tr("References graph (agr)") },
{ 'R', tr("Global references graph (agR)") },
{ 'x', tr("Cross references graph (agx)") },
{ 'I', tr("RzIL statement graph (agI)") },
{ 'g', tr("Custom graph (agg)") },
{ ' ', tr("User command") },
};