From 507825f0130fec6d148f6177a11833321ffc7fce Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Tue, 25 May 2010 00:25:02 -0400 Subject: Filesystem is now restoring, need to add in kernelcache restore and nor restore and everything should be good. Note: The latest HEAD from marcan's usbmuxd is required for this program to work. Linux kernel drivers do some wacky stuff with iPod audio interfaces --- src/ipsw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipsw.h') diff --git a/src/ipsw.h b/src/ipsw.h index 6a49937..f764611 100644 --- a/src/ipsw.h +++ b/src/ipsw.h @@ -31,7 +31,7 @@ typedef struct { unsigned char* data; } ipsw_file; -ipsw_file* ipsw_extract_file(const char* ipsw, const char* filename); +int ipsw_extract_to_memory(const char* ipsw, const char* infile, char** pbuffer, int* psize); void ipsw_free_file(ipsw_file* file); #endif -- cgit v1.1-32-gdbae