R0rt1z2 0915d1d3fd payload: Publish LK membase
Change-Id: I09ad45fc957d4ef2022109e936efa82dd25400d7
2025-02-17 15:21:12 +01:00
2025-02-17 14:38:12 +01:00
2025-02-17 15:21:12 +01:00
2025-02-13 22:55:49 +01:00
2025-02-13 22:47:31 +01:00
2025-02-13 22:43:22 +01:00
2025-02-13 22:43:22 +01:00

ChouChou

Payload for bootloader (lk) modification for Moto G13/G23 phones (penangf)

More info

screenshot.png

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

  1. Install dependencies
    sudo pacman -S arm-none-eabi-newlib arm-none-eabi-gcc
    
  2. 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
S
Description
No description provided
Readme 569 KiB
Languages
C 84.4%
Python 12.8%
Makefile 2.8%