From 7bca6ad19e54e2edc4ec9cfa10da20a26e294334 Mon Sep 17 00:00:00 2001 From: Pwn20wnd Date: Sat, 9 Mar 2019 23:30:26 +0300 Subject: Merge pwn's changes to support arm64e via rebase --- inject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inject.h') diff --git a/inject.h b/inject.h index 14c45aa..3f80b33 100644 --- a/inject.h +++ b/inject.h @@ -11,7 +11,7 @@ #include NSString *cdhashFor(NSString *file); -int injectTrustCache(NSArray *files, uint64_t trust_chain); +int injectTrustCache(NSArray *files, uint64_t trust_chain, int (*pmap_load_trust_cache)(uint64_t, size_t)); bool isInAMFIStaticCache(NSString *path); #endif -- cgit v1.2.3