From c4e596c2057b8b5925f170bf2457d94d7d96ecd5 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Sat, 16 Feb 2019 09:57:15 -0500 Subject: [PATCH] fixed issue i just added. :( --- unpin.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/unpin.cpp b/unpin.cpp index 68a1ed4..e54822a 100644 --- a/unpin.cpp +++ b/unpin.cpp @@ -43,6 +43,13 @@ using namespace Zipr_SDK; #define ALLOF(a) begin(a),end(a) +bool Unpin_t::should_cfi_pin(Instruction_t* insn) +{ + // add command line option that: + // 1) return false if !has_cfi_reloc(insn) + // 2) return true if option is on. + return m_should_cfi_pin; +} // CAN BE DELETED, left in just for stats? (Would speed up zipr step to delete) void Unpin_t::DoUnpin() -- GitLab