mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
multiple instructions can be patched now (#1984)
This commit is contained in:
parent
7fdd8117a9
commit
32be76fabc
@ -609,7 +609,7 @@ QString CutterCore::getInstructionOpcode(RVA addr)
|
||||
|
||||
void CutterCore::editInstruction(RVA addr, const QString &inst)
|
||||
{
|
||||
cmd("wa " + inst + " @ " + RAddressString(addr));
|
||||
cmd("\"wa " + inst + "\" @ " + RAddressString(addr));
|
||||
emit instructionChanged(addr);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user