Skip to content

Commit

Permalink
?O is now aoml, well that was long time ago
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 21, 2024
1 parent b9422fe commit 2eb886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Iaito.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2519,7 +2519,7 @@ bool IaitoCore::isGraphEmpty()

void IaitoCore::getOpcodes()
{
this->opcodes = cmdList("?O");
this->opcodes = cmdList("aoml");
this->regs = cmdList("drp~[1]");
}

Expand Down

0 comments on commit 2eb886f

Please sign in to comment.