Qt编写iphone信息读取(验机)工具

这篇博客是在编写iPhone信息读取工具时查询的资料的罗列,还没整理。
希望能够对有需要的人起到一些帮助;同时假如可以的话,也希望您能够进行一些新的补充。

https://www.jianshu.com/p/a282fbcafaad
https://www.cnblogs.com/xiyuan2016/p/7736973.html
https://blog.csdn.net/babytiger/article/details/121511002

所有系列的apple设备的modelID对应

https://www.theiphonewiki.com/wiki/Models
https://github.com/libimobiledevice/libirecovery/tree/master/src

备份与还原

https://www.digitalforensics.com/blog/logical-acquisition-of-ios-devices-with-libmobiledevice/

idevicebackup2.exe backup C:\Users\Olly\Desktop\iPhone_logical
idevicebackup2.exe unback C:\Users\Olly\Desktop\iPhone_logical

iphone序列号每一个字母的解析

https://www.i4.cn/news_detail_38287.html

直接读取iphone的信息(这个方便):

https://blog.timac.org/2018/1126-deobfuscated-libmobilegestalt-keys-ios-12/
https://pastebin.com/HY122aPR

idevicediagnostics.exe mobilegestalt nfc NFCUniqueChipID green-tea AirplaneMode

获取高版本iphone的出厂设置的可能办法:

https://github.com/freedomtan/iOS-device-tree-dump
https://gist.github.com/freedomtan

主要用libimobiledevice

也可以直接调用iTunes的库
https://blog.csdn.net/Cinnazgc?t=1

用 vcpkg来操作,一步到位
https://github.com/libimobiledevice-win32/libimobiledevice-vs

直接下载编译好的程序
nuget
https://github.com/libimobiledevice-win32/imobiledevice-net/releases

或者用windows版本的派生版本?
https://github.com/storoj/libimobiledevice-win32

https://blog.csdn.net/mijichui2153/article/details/81061067
#ifdef _MSC_VER
#define strcasecmp stricmp
#define strncasecmp strnicmp
#endif

https://www.jianshu.com/p/b23016bb97af

~~获取原始数据的一个可能办法

https://www.digitalforensics.com/blog/logical-acquisition-of-ios-devices-with-libmobiledevice/
https://santoku-linux.com/howto/mobile-forensics/howto-create-a-logical-backup-of-an-ios-device-using-libimobiledevice-on-santoku-linux/~~

获取出厂值

https://blog.csdn.net/lovehuanhuan1314/article/details/109826372
https://blog.csdn.net/lovehuanhuan1314/article/details/119941479?spm=1001.2014.3001.5501
https://www.theiphonewiki.com/wiki/SysCfg

com.apple.mobile.internal SysCfgData

获取摄像头的序列号,电池信息

https://www.anquanke.com/post/id/82810

#注意这个 "AppleH%dCamIn" 和机型有关
idevicediagnostics.exe ioregentry AppleH10CamIn
#电池用 AppleSmartBattery

iPhone12(还是11来着?)之后的机型无法读取SysCfgData的问题

我也不知道怎么读,可能是改了协议。希望有知道的朋友能够告知一下。

  • 2
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值