Releases: danielpaulus/go-ios
Releases · danielpaulus/go-ios
v1.0.15
Fix connection closed bug (#37) Previous code was causing compilation error due to lack of accessibility to error code being checked. This is a workaround to check by the text of the error message instead lacking a cleaner solution. Co-authored-by: danielpaulus <[email protected]>
v1.0.14
Add some features and fix some bugs (#38) * add pcap file export * add comment and make it better * Replace println with fmt.Println to avoid the problem of output to stderr * trim log message * redef pph * feat: pcap use --pid or --process to filter specific processes
v1.0.13
forgot to propagate an error (#36)
v1.0.12
add pcap file export and make it better (#35) * add pcap file export * add comment and make it better
v1.0.11
Remove log.Fatal and replace with error propagation (#33) * remove log.Fatal and replace with error propagation * remove log.fatal from devicelist, getvalues and productversion * replace log.Fatal with t.Fail * replace log.Fatal with t.Fail * remove log.Fatal from redadpair and replace with proper errors * remove log.Fatal from readpair, syslog, utils, pcap and dproxy * remove remaining log.Fatal * remove fatal from main.go * fix incorrect error logging * use t.Fatal
v1.0.10
Refactor/dproxy: Add cool new features to dproxy and improve stabilit…
v1.0.9
Add device pairing with Trust Pop Up (#27) * copy over code from go-ios-old * fix buid package * fix pair and pair_save, add close method * pairing works now * fix console output * delete pair_read.go * add formatting to log.Info, add comment to pair function, fix formatting directive
v1.0.8
Change the listen command to run indefinitely and retry should usbmux…
v1.0.7
Feature/process list (#25) * add boilerplate code for deviceinfo service * add commandline command 'ps' to main.go * added support for JSON decoding and printing * expose time.Time from NSDate struct, fix crash on missing startDate value for mach_kernel process * fix defragmenting bug in decoder.go, forgot to add the actual 32 bytes of message to the fragmentBytes field * Add Unit test with an actual fragmented message * add comments and a Close function
v1.0.6
Remove unused channel (#24)