Author: geneblue
Blog: https://geneblue.github.io/
以下列出内核编译过程出现的一些错误和解决
Author: geneblue
Blog: https://geneblue.github.io/
在一些场景下,我们可以借助硬件断点技术分析kernel的某处地址是如何被更改的(读,写)。
Author: geneblue
Blog: https://geneblue.github.io/
IDA
自带的 patcher
只能 patch
x86
,x64
下的
bin
,不支持其他平台。平时接触 arm
汇编比较多,比较熟悉了,简单一点的条件跳转之类的,直接 patch
hex
也能应付。
Author: geneblue
Blog: https://geneblue.github.io/
1 | 金立f103 |
Author: geneblue
Blog: https://geneblue.github.io/
前几天,Google 正式发布了 Android 8.0。 没错,真的就叫 OREO(奥利奥)。
运行于 Andorid 8.0 的内核会增加几点安全特性,主要用于缓解内核漏洞和内核驱动 bug。 这些特性已经更新在 kernel/common 源码的 android-3.18,android-4.4 和 android-4.9 分支中。