mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-20 03:46:11 +00:00
parent
bca7a7a2a6
commit
72ab12a23d
2
rizin
2
rizin
@ -1 +1 @@
|
|||||||
Subproject commit d43cbf5ce74fd7333032144a8e0fc2f74ce9803a
|
Subproject commit dd81b6629a45ec3d221042ed9729b50cd3c478c5
|
@ -737,7 +737,7 @@ QString CutterCore::getInstructionOpcode(RVA addr)
|
|||||||
void CutterCore::editInstruction(RVA addr, const QString &inst)
|
void CutterCore::editInstruction(RVA addr, const QString &inst)
|
||||||
{
|
{
|
||||||
CORE_LOCK();
|
CORE_LOCK();
|
||||||
rz_core_write_assembly(core, addr, inst.trimmed().toStdString().c_str(), false, false);
|
rz_core_write_assembly(core, addr, inst.trimmed().toStdString().c_str());
|
||||||
emit instructionChanged(addr);
|
emit instructionChanged(addr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user