From d60f9aa52a8d132cc8bd6ccdf7a172dcedfacadb Mon Sep 17 00:00:00 2001 From: yossizap Date: Fri, 13 Dec 2019 18:32:49 +0000 Subject: [PATCH] Updated r2 for 'doc' and 'oo' reloc fixes and integrated 'doc' --- radare2 | 2 +- src/core/Cutter.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/radare2 b/radare2 index 9fca7b1f..e11b2a91 160000 --- a/radare2 +++ b/radare2 @@ -1 +1 @@ -Subproject commit 9fca7b1f582a744426e9f0bf650ed3206804510c +Subproject commit e11b2a91459d96e9c42812780bda8f81cab70290 diff --git a/src/core/Cutter.cpp b/src/core/Cutter.cpp index e8bdb83e..bf37ef94 100644 --- a/src/core/Cutter.cpp +++ b/src/core/Cutter.cpp @@ -1455,7 +1455,7 @@ void CutterCore::stopDebug() ptraceFiles += "o-" + QString::number(openFile["fd"].toInt()) + ";"; } } - cmd("dk 9; oo; .ar-;" + ptraceFiles); + cmd("doc" + ptraceFiles); } syncAndSeekProgramCounter();