Skip to content

v1.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 13:57
· 253 commits to main since this release
605cb19
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