每日科技英文50: 微软的开源库WinObjc(IOS SDK逆
今日要点:
-
WinObjc初衷是为了将IOS中的程序直接在WinPhone中运行.因此微软逆向了整个IOS SDK实现
-
目前winPhone已死,但是IOS逆向的价值还是非常大,因此值得花点时间推荐给大家
-
有兴趣可以去微软的github中下载源码并编译运行。我本人没编译过。因为发现要运行需要WinPhone模拟器,而该模拟器要使用微软自己的虚拟机hyper-v。而该虚拟机貌似是win10专业或企业版才自带的。我是正版家庭版,所以就放弃编译运行了。
-
源码很值得阅读。微软出品,必属精品!
The Windows Bridge for iOS (also referred to as WinObjC) is a Microsoft open-source project that provides an Objective-C development environment for Visual Studio and support for iOS APIs.
The bridge allows you to create Universal Windows Platform (UWP) apps that will run on many Windows devices by re-using your Objective-C code and iOS APIs alongside Windows 10 features like Cortana and Windows Notifications.
iOS 开发者们现在可以使用熟悉的 Objective-C 语言和微软全盘重新实现的 Cocoa 框架来在 Windows 平台上开发 app。
你甚至可以直接把原来的 Xcode 项目导入到 Visual Studio 中经过调整运行,来构建一个 Windows app。