From 1a67f1d60471c419a2814a426e502e767a046366 Mon Sep 17 00:00:00 2001 From: shlu Date: Sun, 5 Jan 2025 11:29:20 +0800 Subject: [PATCH] ok --- ...4\273\245\344\275\277\347\224\250Frida.md" | 24 ------------------- ...2 for Pixel 2 XL on ubuntu20.04-server.md" | 8 ------- 2 files changed, 32 deletions(-) diff --git "a/Android/kernel/\343\200\220\345\206\205\346\240\270\345\256\232\345\210\266\343\200\221\350\266\205\350\257\246\347\273\206\345\215\216\344\270\272Honor 9i(LLD-AL20)\351\207\215\346\226\260\347\274\226\350\257\221\345\206\205\346\240\270(\350\247\243\351\231\244ptrace\347\246\201\347\224\250)\344\273\245\344\275\277\347\224\250Frida.md" "b/Android/kernel/\343\200\220\345\206\205\346\240\270\345\256\232\345\210\266\343\200\221\350\266\205\350\257\246\347\273\206\345\215\216\344\270\272Honor 9i(LLD-AL20)\351\207\215\346\226\260\347\274\226\350\257\221\345\206\205\346\240\270(\350\247\243\351\231\244ptrace\347\246\201\347\224\250)\344\273\245\344\275\277\347\224\250Frida.md" index e4bd8d0..df29977 100644 --- "a/Android/kernel/\343\200\220\345\206\205\346\240\270\345\256\232\345\210\266\343\200\221\350\266\205\350\257\246\347\273\206\345\215\216\344\270\272Honor 9i(LLD-AL20)\351\207\215\346\226\260\347\274\226\350\257\221\345\206\205\346\240\270(\350\247\243\351\231\244ptrace\347\246\201\347\224\250)\344\273\245\344\275\277\347\224\250Frida.md" +++ "b/Android/kernel/\343\200\220\345\206\205\346\240\270\345\256\232\345\210\266\343\200\221\350\266\205\350\257\246\347\273\206\345\215\216\344\270\272Honor 9i(LLD-AL20)\351\207\215\346\226\260\347\274\226\350\257\221\345\206\205\346\240\270(\350\247\243\351\231\244ptrace\347\246\201\347\224\250)\344\273\245\344\275\277\347\224\250Frida.md" @@ -1,29 +1,5 @@ # 【内核定制】超详细华为Honor 9i(LLD-AL20)重新编译内核(解除ptrace禁用)以使用Frida -**目录** - -[所需资料](#所需资料) - -[详细步骤](#详细步骤) - -[检查手机版本](#检查手机版本) - -[开启大小写敏感(仅限WSL)](#开启大小写敏感(仅限WSL)) - -[安装make-3.81(已是该版本可以跳过)](#安装make-3.81(已是该版本可以跳过)) - -[编译内核](#编译内核) - -[制作修补后的内核镜像文件](#制作修补后的内核镜像文件) - -[刷入制作的内核镜像文件](#刷入制作的内核镜像文件) - -[最终测试 ](#最终测试 ) - -[最终成品](#最终成品) - -[参考](#参考) - ------ # 所需资料 diff --git "a/Android/\346\272\220\347\240\201\347\274\226\350\257\221/\343\200\220\346\272\220\347\240\201\347\274\226\350\257\221\343\200\221android 10.0.0_r2 for Pixel 2 XL on ubuntu20.04-server.md" "b/Android/\346\272\220\347\240\201\347\274\226\350\257\221/\343\200\220\346\272\220\347\240\201\347\274\226\350\257\221\343\200\221android 10.0.0_r2 for Pixel 2 XL on ubuntu20.04-server.md" index 0b353f7..1eb8010 100644 --- "a/Android/\346\272\220\347\240\201\347\274\226\350\257\221/\343\200\220\346\272\220\347\240\201\347\274\226\350\257\221\343\200\221android 10.0.0_r2 for Pixel 2 XL on ubuntu20.04-server.md" +++ "b/Android/\346\272\220\347\240\201\347\274\226\350\257\221/\343\200\220\346\272\220\347\240\201\347\274\226\350\257\221\343\200\221android 10.0.0_r2 for Pixel 2 XL on ubuntu20.04-server.md" @@ -1,13 +1,5 @@ # 【源码编译】android 10.0.0_r2 for Pixel 2 XL on ubuntu20.04-server -[【源码编译】android-13.0.0_r7 for Pixel 4 on ubuntu20.04-server](https://blog.csdn.net/qq_26914291/article/details/127729612) -[【源码编译】android-12.1.0_r11 for Pixel 4 on ubuntu20.04-server](https://blog.csdn.net/qq_26914291/article/details/127748826) -[【源码编译】android-11.0.0_r46 for Pixel 4 on ubuntu20.04-server](https://blog.csdn.net/qq_26914291/article/details/127748916) -[【源码编译】android 10.0.0_r2 for Pixel 2 XL on ubuntu20.04-server](https://blog.csdn.net/qq_26914291/article/details/127512748) -[【源码编译】android-9.0.0_r46 for Pixel 2 XL on ubuntu20.04-server](https://blog.csdn.net/qq_26914291/article/details/127748976) -[【源码编译】android-8.0.0_r21 for Pixel 2 XL on ubuntu20.04-server](https://blog.csdn.net/qq_26914291/article/details/127630786) - -@[TOC](内容索引) # 前言 感谢看雪,简书,CSDN等各个平台上的前辈的编译教程,感谢Google让android编译越来越简单,以前编译基本各种问题,现在直接一步到底,超级流畅 # 配置环境