diff options
author | Martin Szulecki | 2010-07-09 15:58:25 +0200 |
---|---|---|
committer | Martin Szulecki | 2010-07-09 15:58:25 +0200 |
commit | d80d5b462061022fac7e1a57d6a05c54499e042d (patch) | |
tree | 6fdde20491dcd16598b725d66e15b09ad69fdd10 /src/idevicerestore.h | |
parent | 15010f466a4a6437b5c46a37625386565e1e5091 (diff) | |
download | idevicerestore-d80d5b462061022fac7e1a57d6a05c54499e042d.tar.gz idevicerestore-d80d5b462061022fac7e1a57d6a05c54499e042d.tar.bz2 |
Add helper functions to dump information from a manifest of the IPSW
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r-- | src/idevicerestore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h index f529b5b..f42ed6f 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -43,6 +43,8 @@ plist_t get_build_identity(struct idevicerestore_client_t* client, plist_t build int get_shsh_blobs(struct idevicerestore_client_t* client, uint64_t ecid, plist_t build_identity, plist_t* tss); int extract_filesystem(struct idevicerestore_client_t* client, const char* ipsw, plist_t buildmanifest, char** filesystem); int ipsw_get_component_by_path(const char* ipsw, plist_t tss, const char* path, char** data, uint32_t* size); +void build_manifest_print_information(plist_t build_manifest); +void build_identity_print_information(plist_t build_identity); int build_identity_get_component_path(plist_t build_identity, const char* component, char** path); #ifdef __cplusplus |