ideviceunback
ideviceunback copied to clipboard
anyway to build this for win32 port?
You could try using MS VisualStudio 2015 or later; seems they greatly improved their common C runtime libraries as of that version.
I'll see if there's a sane way to cross compile for W32 as well.
For cross-compiling to Windows, there is the MinGW project:
https://en.wikipedia.org/wiki/Mingw-w64
These days the best option is to install a full Linux distro using Microsoft WSL. WSL1 lets you run Linux binaries on the Windows kernel using syscall translation. WSL2 is Linux in a VM, which some bridges to the Windows screen/filesystem etc:
https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux