mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Implement RzIL statement graph
This commit is contained in:
parent
4742003ff4
commit
579ac236b6
@ -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") },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user