summaryrefslogtreecommitdiffstats
path: root/src/irecovery.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-14added basic usage to print_usage().Gravatar Nicolas Haunold1-0/+5
2010-05-13Implemented irecv_get_status() to return current iphone usb "state".Gravatar Joshua Hill1-3/+12
Implemented irecv_send_buffer() to upload a buffer to the device load address. Implemented irecv_send_file() to read a file into memory and pass the buffer into irecv_send_buffer()
2010-05-13Implemented command line argument parsing and irecv_command() function.Gravatar Joshua Hill1-13/+47
2010-05-13Added irecv_reset()Gravatar Nicolas Haunold1-0/+3
2010-05-13Began work. Added basic Makefile and implemented irecv_init(), irecv_open(), ↵Gravatar Joshua Hill1-0/+55
irecv_close(), and irecv_exit() Needs to be tested on MacOSX and Windows, and Makefile needs to be updated for these platforms.