Skip to content

Instantly share code, notes, and snippets.

@idlesauce
idlesauce / ps5_elf_sdk_downgrade.py
Last active January 28, 2026 23:17
Usage: `py ps5_elf_sdk_downgrade.py path_to_file_or_folder`, then it will prompt you to enter the desired SDK version 1-10
import os
import struct
import shutil
import argparse
# ANSI color codes
GREEN = '\033[92m'
YELLOW = '\033[93m'
RED = '\033[91m'
RESET = '\033[0m'