Skip to content
Snippets Groups Projects
Commit 2536258f authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

formalizing libtransform

parent f1671386
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,6 @@
#include <zipr_sdk.h>
#include <string>
#include <algorithm>
#include "Rewrite_Utility.hpp"
#include "nonce_relocs.h"
// get constants for dladdr,dlsym,dlopen, etc.
......@@ -45,7 +44,6 @@ using namespace std;
using namespace Zipr_SDK;
using namespace ELFIO;
using namespace NonceRelocs;
using namespace IRDBUtility;
#define ALLOF(a) std::begin(a),std::end(a)
......@@ -255,7 +253,7 @@ Instruction_t* NonceRelocs_t::GenerateOutOfRangeHandler(Instruction_t* exit_node
Instruction_t *tmp=NULL, *dispatchjmp=NULL;
tmp=dispatchjmp=addNewDatabits(&m_firp, NULL, jmp_neg6_str); // jmp zest_cfi_dispatch with r11==target
tmp=dispatchjmp=addNewDataBits(&m_firp, NULL, jmp_neg6_str); // jmp zest_cfi_dispatch with r11==target
//Relocation_t* dispatchjmp_reloc=new Relocation_t(BaseObj_t::NOT_IN_DATABASE, 0, "pcrel", dispatch_scoop);
//m_firp.getRelocations().insert(dispatchjmp_reloc);
......
......@@ -31,6 +31,8 @@
#ifndef nonce_relocs_h
#define nonce_relocs_h
#include <irdb-transform>
namespace NonceRelocs
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment