initial code for dumping imessages in a reasonable format

This commit is contained in:
Jeffrey Paul
2014-02-09 00:30:49 +01:00
parent c0021efb13
commit 9dd7628f04
157 changed files with 24178 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#define PLIST_MAX_SIZE 50*1024*1024
int create_listening_socket(int port);
int send_progress_message(int socket, int progress, int total);
int send_object(int socket, CFTypeRef obj);
void serve_plist_rpc(int port, CFDictionaryRef handlers);