Skip to content

Releases: danielpaulus/go-ios

v1.0.15

12 May 18:46
6e50399
Compare
Choose a tag to compare
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

12 May 17:31
6d10947
Compare
Choose a tag to compare
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

29 Apr 12:22
e053e33
Compare
Choose a tag to compare
forgot to propagate an error (#36)

v1.0.12

28 Apr 17:16
3c0b9b4
Compare
Choose a tag to compare
add pcap file export and make it better (#35)

* add pcap file export

* add comment and make it better

v1.0.11

19 Apr 13:44
0fe0fcf
Compare
Choose a tag to compare
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

18 Apr 11:00
f16993e
Compare
Choose a tag to compare
Refactor/dproxy: Add cool new features to dproxy and improve stabilit…

v1.0.9

18 Apr 09:50
a805086
Compare
Choose a tag to compare
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

05 Apr 14:33
992c060
Compare
Choose a tag to compare
Change the listen command to run indefinitely and retry should usbmux…

v1.0.7

05 Apr 13:57
605cb19
Compare
Choose a tag to compare
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

30 Mar 11:46
f6f3d1a
Compare
Choose a tag to compare
Remove unused channel (#24)