Nikias Bassen

Results 557 comments of Nikias Bassen

Can you run idevicesyslog on another terminal? It might point out if something goes wrong. You can use grep to filter, like this: ``` idevicesyslog -u UDID |grep -i backup...

Assuming you're on Linux. Did you look at the readme? It shows the dependencies: https://github.com/libimobiledevice/libimobiledevice/blame/master/README.md#L56-L66 Since you probably also want to build the dependencies (libplist, libusbmuxd) you should take a...

Apparently you didn't install `libssl-dev` package, so make sure you do.

Interesting observation. I would say this should go directly into the socket_send implementation. Would it be enough to just call `send` again when EAGAIN occurred, or should `socket_check_fd` also be...

Thanks for the report. Did you write all that manually? Damn... anyway I am aware of the mess and will try fixing it. Already fixed the ostrace API I posted...

> Yes, i did write all of that manually. Calling this AI generated is mean 😢 I was just surprised with the effort you put into this. I think API...

I think I need to push out a new release first, and then start in order with libplist, libusbmuxd, etc. The thing is that it breaks ABI when changing sizes,...

Regarding `ipsw_extract_to_memory`. I can change the signature but the other problem remains. Honestly that function was never supposed to allow larger files because it ends up eating too much memory....

Looks like libusbk has support for ARM64: https://github.com/mcuee/libusbk/pull/52

I can make usbmuxd compile under Windows against libusb. Only issue is the driver problem as mentioned.