mirror of
https://github.com/fuckyoumoto/chouchou.git
synced 2026-04-02 12:38:17 -07:00
main
ChouChou
Payload for bootloader (lk) modification for Moto G13/G23 phones (penangf)
Features
- Removes orange state
- Spoofes verified state to green (Required to bypass SafetyNet / Play Integrity)
- Blocks
fastboot flash preloader - Blocks
fastboot flashing lock - Adds
fastboot oem help - Adds
fastboot oem hexdump
Build
Arch Linux
- Install dependencies
sudo pacman -S arm-none-eabi-newlib arm-none-eabi-gcc - Run build
cd payload; make; cd ..
Using
python3 patch_lk.py <YOUR LK> <PAYLOAD>
Example:
python3 patch_lk.py bin/lk.img payload/build/payload.bin
Description
Languages
C
84.4%
Python
12.8%
Makefile
2.8%
