[资源帖]分享些资料

点击原帖地址
下面是我收集的很多相关书籍和各种幻灯片.分享给大家.因为最好的办法还是”自己学习!!”.等我再有整理好的和新的我会更新,部分名字稍微可能有些错误,不用太在意,不要白拿,评论下~,给其他人一些意见

提供下载链接.,部分实体书是有中文的

#—Books:
Download Books

##iOS Hacker Handbook
这本书必看,看了很久才看完,后面几章内容光靠书里没发理解,需要自己另外找文档学习才看得下去

##Mac Hacker Handbook
利用漏洞的地方比较详细

##The mobile Application Hacker’s Book
是手机应用方面,在内核方面不太多

##深入解析Mac OS X & iOS 操作系统
这本书必看,就像一本大纲,很多xnu的细节起码我是从这本书里得知,然后再去翻阅其他资料

##OS X与iOS内核编程(Apress.OS.X.and.iOS.Kernel.Programming)
这本想了解IOKit一定要看,非常详细,刚接触IOKit时,在其他书里不太理解关于IOKit的内容.所以这本书相当于必看

##Mac OSX内部(Mac OS X Internals A Systems Approach)
非常老的书,不过好几次搜关键字总能在这本书里找到点相关的内容.就在无聊的时候翻吧,看完起码可以知道更多东西

##内核漏洞的利用与防范(A guide to kernel exploitation:Attacking the core)
很棒的书,里面也有Mac的部分,因为有中文,看得不吃力.一定要看

##IDA Pro权威指南
这本可以跳着看,其实用多了就知道IDA自己喜欢怎么用,这里分享的是第二版

##ARM体系结构与编程
呃,本来想用这本学arm的,看这本书最好办法是先仔细地看完目录,然后就会知道自己感兴趣的内容,再跳转到相关部分看

##ARM(Apple)
出自Apple的arm相关内容文稿.用来查指令很合适

##iOSAppReverseEngineering
The world’s 1st book of very detailed iOS App reverse engineering skills :slight_smile: show

##Hacking and Securing iOS Applicaitons
这本大家都耳熟了吧…

##模糊测试强制性安全漏洞发掘
这本很棒的书,一定要看,反正中文不吃力,多看点没事~

##基于ARM架构的ROP攻击与防御技术研究
这是一篇中文论文,其他地方关于ROP的中文内容比较少,所以这篇论文非常值得去看,确实整本都是ROP的内容,学习ROP必看

##The Shellcoder’s Handbook
关于shellcode的书很少.虽然这本书里很多内容是不可用的.但看看还是可以多了解些东西的.

#—Documents:
Download Documents
整理了很多不错的幻灯片.Stefan Esser的幻灯片大家可以自己另外搜素.

##CanSecWest2015
Pangu的TheUserlandExplotis of Pangu8

##Breaking iOS Code Signing
by Charlie Miller

##Hacking apple accessories to pown iDevices
by HACKITO ERGO SUM

##iOS内核漏洞挖掘
by xKungfoo2015 pangu

##找到自己iOS的内核Bug
by Chen Xiaobo & Xu Hao

##iOS 678 Security
by Stefan Esser

##Escalating privileges on OSX and iOS
by lan Beer

##Tales from iOS6 Exploitation
by Stefan Esser

##XNU:a security evaluation
by University of Twente

##To Sign and Protect-COPS in OSX and iOS
by Jonathan Levin

##Jekyll on iOS: When Benign Apps Become Evil
by TW,KL,LL,SC and WL

##Optimized Fuzzing IOKit in iOS
by Alibaba

##iOS6 Kernel Security: A hacker’s Guide
by Mark Dowd and Tarjei Mandt

##Attacking the iOS kernel: A Look at ‘evasi0n’
by Tarjei Mandt

##iOS kernel Heap Armageddon
by Stefan Esser

##iOS5 An Exploitation Nightmare
by Stefan Esser

##Fuzzing Android & iOS
by Hou HaoJun Li,XiaoJun

##iOS6 Exploitation 280 Days Later
by Stefan Esser

##Swiping through modern security features
by evad3rs

##Exploiting Unpatched iOS Vulnerabilities for Fun and Profit
by GEORGIA TECH

##iOS Kernel Exploitation
by Stefan Esser

##iOS Kernel Exploitation(iOKit Edition)
by Stefan Esser

16 个赞

谢谢分享,太棒了

绝密好资料 赞

最近在看深入解析Mac OS X & iOS 写的特别棒,英语基础比较好的建议看英文原版,唯一的缺点就是正版原版太贵了

非常好 :grinning:我也有个总结,大家也可以参考一下https://github.com/pandazheng/IosHackStudy

2 个赞

资料非常棒,
感谢分享