mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Update r2 and Fix for /c -> /a change (#1689)
This commit is contained in:
parent
a6e03d4195
commit
329a9b6da1
2
radare2
2
radare2
@ -1 +1 @@
|
||||
Subproject commit c0779bd604b251fc97befebfdc870527b3947379
|
||||
Subproject commit 73426e245a8e917d0b3683898ae9d964b437a6df
|
@ -221,7 +221,7 @@ void SearchWidget::refreshSearchspaces()
|
||||
cur_idx = 0;
|
||||
|
||||
ui->searchspaceCombo->clear();
|
||||
ui->searchspaceCombo->addItem(tr("asm code"), QVariant("/ccj"));
|
||||
ui->searchspaceCombo->addItem(tr("asm code"), QVariant("/acj"));
|
||||
ui->searchspaceCombo->addItem(tr("string"), QVariant("/j"));
|
||||
ui->searchspaceCombo->addItem(tr("hex string"), QVariant("/xj"));
|
||||
ui->searchspaceCombo->addItem(tr("ROP gadgets"), QVariant("/Rj"));
|
||||
|
Loading…
Reference in New Issue
Block a user