Skip to content

Instantly share code, notes, and snippets.

View AdvDebug's full-sized avatar

AdvDebug

View GitHub Profile
@AdvDebug
AdvDebug / Vita3kVitaminPatch.md
Last active March 7, 2025 21:55
Vita3k Patch to bypass vitamin check and run/install vitamin dumps.

Vita3K Patcher

This script removes Vitamin dumps detection in Vita3K.

import sys
import random
import string

def replace_all(binary_data, target_string):