From d0129d5b58919c13fd7739acca04a0e60fc861db Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Wed, 26 Dec 2018 11:17:48 -0500 Subject: [PATCH] removed support for rewriting non-ctl pcrel instructions. this is now handled by zipr's unpin plugin --- src/zipr.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/zipr.cpp b/src/zipr.cpp index 010ab2c..a708a4f 100644 --- a/src/zipr.cpp +++ b/src/zipr.cpp @@ -1815,7 +1815,8 @@ RangeAddress_t ZiprImpl_t::PlopDollopEntry( string raw_data = insn->GetDataBits(); string orig_data = insn->GetDataBits(); -#if 1 /* this is needed! */ +#if 0 + /* functionality moved to unpin plugin. */ const auto operands=d.getOperands(); const auto is_instr_relative_it = find_if(ALLOF(operands),[](const DecodedOperand_t& op) -- GitLab