Skip to content

Instantly share code, notes, and snippets.

@geevarghesest
geevarghesest / aoocci_image_patcher.py
Last active May 13, 2026 05:03
This script is specifically for AOOCCI C3 plus 20251217 firmware image file patching to include a custom bootlogo. Change offset values accordingly after proper research for other firmware image files. Use Phoenixcard to flash to sdcard.
#!/usr/bin/env python3
import argparse
import struct
from pathlib import Path
BOOTLOGO_TAG = b"RFSFAT16BOOTLOGO_FEX"
VBOOTLOGO_TAG = b"RFSFAT16VBOOTLOGO_FEX"