summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Rudolf Tammekivi2019-01-16 02:58:08 +0100
committerGravatar Nikias Bassen2019-01-16 02:58:08 +0100
commit42c675111ca66513f3d4b1c9d0a97b1576fa0de6 (patch)
treec752e772e518757a389e76ee45b603b9bfed017a
parent2bab69ab0e71c04e9747c2cf567f2a93ed40e3a3 (diff)
downloadidevicerestore-42c675111ca66513f3d4b1c9d0a97b1576fa0de6.tar.gz
idevicerestore-42c675111ca66513f3d4b1c9d0a97b1576fa0de6.tar.bz2
img4: Add personalization tag for RestoreTrustCache
-rw-r--r--src/img4.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/img4.c b/src/img4.c
index 03f2fb5..db33f15 100644
--- a/src/img4.c
+++ b/src/img4.c
@@ -166,6 +166,8 @@ int img4_stitch_component(const char* component_name, const unsigned char* compo
memcpy((void*)tag, "rsep", 4);
} else if (strcmp(component_name, "RestoreLogo") == 0) {
memcpy((void*)tag, "rlgo", 4);
+ } else if (strcmp(component_name, "RestoreTrustCache") == 0) {
+ memcpy((void*)tag, "rtsc", 4);
}
}