iOSPrincekin

Results 18 comments of iOSPrincekin

> > XCode Build Setting->Info.plist File,填上plist相对路径,解决。 具体可以看看我的帖子:https://justinsongtx.github.io/2022/03/26/Monkeydev%E7%9A%84%E9%82%A3%E4%BA%9B%E9%9A%BE%E8%A8%80%E4%B9%8B%E9%9A%90/ > > 7月8号这个方法解决不了,依旧是报Executable Not Found xcode 13.4 ipa是本地development证书打出来的ipa包 有其他人遇到这问题吗? mark

the method_A function second argument is std::string type, and I used `DobbyHook ` interface

` device_error = idevice_connection_receive_timeout(fdr->connection, (char *)&cmd, sizeof(cmd), &bytes, 40000); ` upload timeout to 40000 sovled my problem!

Errors in English ``` \Users\LEE\Downloads\ffmpeg-snapshot\ffmpeg\Output\Windows10\x86\config.h: warning C4828: The file contains a character starting at offset 0x2da, which is invalid in the current source character set (code page 65001) . c:\users\lee\downloads\ffmpeg-snapshot\ffmpeg\libavcodec\mf_utils.h(59):...

hello,how run or debug the boot.efi in the boot.efi branch? I run it with qemu "sudo -S qemu-system-x86_64 -S -s -pflash OVMF.fd -hda fat:rw:hda-contents/ -net none -debugcon file:debug.log -global isa-debugcon.iobase=0x402"...

for boot.efi, I think we can reference /Volumes/Yosemite\ Zone/System/Library/CoreServices/boot.efi which from the Yosemite.iso or other macos system iso or dmg file. It seems that Apple's official boot.efi puts EFI_HANDLE ImageHandle,...

> @iOSPrincekin I want to do this without using any reverse-engineered Apple code. Furthermore, if you say the calling convention is different, do you know the name of the calling...

@wjk thanks for your tips, you can only set `__attribute__((ms_abi))` for EfiMain method like "EFI_STATUS __attribute__((ms_abi)) EFIAPI EfiMain(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable)" instead of use` -DHAVE_USE_MS_ABI `for total project, after use...

I find it hang at `sret = select(fd + 1, &fds, NULL, NULL, pto);` , but when I using i4Tools to flash the iPhone_4.0_64bit_12.5.7_16H81_Restore.ipsw to iPhone5s, has no this problem,I...