
ios
嘎嘎嘎498451
这个作者很懒,什么都没留下…
展开
-
iOS游戏安全之IPA破解原理及防御
在博客上谈过了iOS游戏的内购安全,存档安全及内存安全。其实还有一个很泛滥但被视为鸡肋的问题,即iOS IPA破解问题,因为国内大多数游戏靠内购和广告盈利,游戏安装包也只是在早期象征性的收费,之后就会免费,所以对IPA从只能在购买者设备安装变成可免费到处安装并不关注。破解软件的问题,其实不仅仅是iOS上,几乎所有平台上,无论是pc还是移动终端,都是顽疾。可能在中国这块神奇的国度,大家都转载 2015-03-02 12:37:12 · 5340 阅读 · 0 评论 -
iOS平台游戏安全再议之八门神器内存修改,IAP Free游戏内购破解的防御
http://danqingdani.blog.163.com/blog/static/186094195201298103346566/今年3月初写过一篇《iO平台游戏安全小议》,到现今已有7个月了。在这段时间内,iOS平台上的安全问题也产生了不小的变化。从作弊方式来说,从以前稍有门槛的手工操作(命令行操作)发展成了傻瓜式的只需要点击按钮的外挂工具的普及,使得作弊方式可以大量转载 2015-03-02 13:00:29 · 5351 阅读 · 0 评论 -
iOS 系列译文:Mach-O 可执行文件
当我们在Xcode中构建一个程序的时候,其中有一部分就是把源文件(.m和.h)文件转变成可执行文件。这个可执行文件包含了将会在CPU(iOS设备上的arm处理器或者你mac上的Intel处理器)运行的字节码。 我们将会过一遍编译器这个过程的做了些什么,同时也看一下可执行文件的内部到底是怎样的。其实,里面的东西比你看到的要多很多。 让我们先把Xcode放一边,踏入Co转载 2015-03-03 12:03:38 · 2119 阅读 · 0 评论 -
ipa代码签名探析
http://www.objccn.io/issue-17-2/"用户会感激代码签名带来的好处" – Apple Developer Library: Code Signing Guide在 iOS 或 OS X 平台上进行应用开发时,你所需要使用的 API 大多设计得简洁明了。你可以轻易地实现酷炫的动画效果,便捷地进行应用发布前测试,或是用Core Data 将数转载 2015-03-04 11:16:23 · 1016 阅读 · 0 评论 -
Checking Code Signing and Sandboxing Status in Code
http://oleb.net/blog/2012/02/checking-code-signing-and-sandboxing-status-in-code/ios reference: https://developer.apple.com/library/mac/documentation/Security/Reference/CodeSigningRef/inde转载 2015-03-04 11:45:27 · 1010 阅读 · 0 评论 -
iPhone Mach-O文件格式与代码签名
错误现象1) 直接运行/Applications/MobileFonex.app/MobileFonexKilled: 92)gdb调试Program received signal EXC_BAD_ACCESS, Could not access memory.Reason: 50 at address: 0×00043030背景知识所有的可执行文件,转载 2015-03-03 12:12:52 · 2161 阅读 · 0 评论 -
A few things iOS developers ought to know about the ARM architecture
A few things iOS developers ought to know about the ARM architectureWhen I wrote my Introduction to NEON on iPhone, I considered some knowledge about the iOS devices’ processors as assumed to转载 2015-04-10 12:39:50 · 760 阅读 · 0 评论 -
Shaving off 50% waiting time from the iOS Edit-Build-Test cycle
Shaving off 50% waiting time from the iOS Edit-Build-Test cycleFor the impatientIf you don’t want/don’t have time to read the full story, you should at least consider using the followi转载 2015-04-10 13:10:13 · 872 阅读 · 0 评论