Results 8 issues of HaiF

![image](https://github.com/electricbubble/gidevice-cli/assets/58282852/836aaea3-cafc-4d11-aaa6-cf094303ca19)

Using EntryName in the new version causes it to not query some data, changing to the old version EntryClass works. Am I using it in the wrong way? ![image](https://github.com/danielpaulus/go-ios/assets/58282852/b61a2702-789f-4c48-8d3c-460febb522d9)

Is it possible to achieve wifi-connected devices? It means that communication can be done even if the usb is unplugged. If it is possible, can you give me some ideas?

Before ios17, we used GestaltKeyList in the com.apple.mobile.diagnostics_relay service to obtain a lot of device hardware information. But it won’t work after ios17

I tried to add the MonitorService but failed. Is it because I am using it incorrectly or is there a bug? ![500d093847081cb56ef58cae425efc95](https://github.com/danielpaulus/go-ios/assets/58282852/3710a901-d373-4b03-9c9e-f470aeb523b3)

I have no idea about the effect of reflection on obfuscation. My code is as follows. I would like to know whether the use of reflection will affect the program....

needs info

1. UTF-8 error The solution is to execute [System.Console]::InputEncoding = [System.Text.Encoding]::UTF8 in the terminal 2. Repo error The solution is not to use CDN 3. Permission denied Same as it...