From d2c5e366bc885707591b94c0e52e6e4a31af1dc3 Mon Sep 17 00:00:00 2001 From: Grant Douglas Date: Thu, 15 Oct 2015 15:52:13 +0100 Subject: [PATCH] Updated makefile to account for the iOS 9 32-bit pagesize 4k -> 9k changes on arm64 platforms. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 537da37..469e742 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GCC_UNIVERSAL=$(GCC_BASE) -arch armv7 -arch armv7s -arch arm64 SDK=`xcrun --sdk iphoneos --show-sdk-path` CFLAGS = -GCC_BASE = $(GCC_BIN) -Os $(CFLAGS) -Wimplicit -isysroot $(SDK) -F$(SDK)/System/Library/Frameworks -F$(SDK)/System/Library/PrivateFrameworks +GCC_BASE = $(GCC_BIN) -Os $(CFLAGS) -Wimplicit -Wl,-segalign,4000 -isysroot $(SDK) -F$(SDK)/System/Library/Frameworks -F$(SDK)/System/Library/PrivateFrameworks all: dumpdecrypted.dylib