Skip to content
Snippets Groups Projects
Commit 74e2eedd authored by jdh8d's avatar jdh8d
Browse files

No commit message

No commit message
parent bb6d59be
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ INC=-I../include -I../third_party/ELFIO/elfio-2.2 -I$(SECURITY_TRANSFORMS_HOME)/
SRCS=main.cpp zipr.cpp
OBJS=$(subst .cpp,.o, $(SRCS))
HDRS=*.h ../include/*.h
HDRS=../include/*.h
EXE=zipr.exe
CXX=g++
......
......@@ -363,6 +363,8 @@ void Zipr_t::Fix2BytePinnedInstructions()
{
printf("Found location for 2-byte->5-byte conversion (%p-%p)->(%p-%p)\n",
(void*)addr,(void*)(addr+1), (void*)(addr+i),(void*)(addr+i+5));
PatchJump(addr, addr-i);
five_byte_pins[up]=addr+i;
PlopJump(addr+i);
break;
......
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