-
Notifications
You must be signed in to change notification settings - Fork 268
贡献者 Contributors
主体代码编写,内嵌反汇编引擎和自动补丁器
Primary code author, embedded disassembly engine and auto-patcher
- 最开始项目使用公版abl,LittlenineEnnea提出了修补官方abl的思路
Initially the project used the public abl; LittlenineEnnea proposed the idea of patching the official abl - 而且提供一个导致泄露bl检测点的IDA反汇编线索
Also provided an IDA disassembly clue that led to leaking the bootloader detection point - 完成项目readme
Completed the project README - 具体细节优化
Detail optimizations
早期构建脚本改进
Early build script improvements
(需要你的github用户名来co-author你的贡献 / Need your GitHub username to co-author your contribution)
作出magisk模块,方便OTA
Created the Magisk module to facilitate OTA
相关提交 / Related commit:
https://github.com/superturtlee/gbl_root_canoe/commit/8508e79c37d1b4d8e86ae3914f0a3fe63fea0e2c
(magisk模块webui/脚本 / Magisk module webui/script)
请认领你的贡献 / Please claim your contribution
自动补丁第一个测试成功的小米用户(2026/3/23),在此之后才有了内嵌反汇编引擎和数据流追踪
First Xiaomi user to successfully test the auto-patcher (2026/03/23). After this, the embedded disassembly engine and data flow tracking were implemented
组织进行小米假回锁模式测试,摸索出高版本假回锁abl降级方案细节
Organized testing of Xiaomi's fake relock mode, figured out the details of downgrading abl with high-version fake relock