Skip to content

Instantly share code, notes, and snippets.

@TheRadziu
TheRadziu / ultimate-vita-comparison.md
Last active April 6, 2024 13:11
Ultimate Vita Comparison (Firmwares & Rips vs Dumps)

Due to so many misinformation, false claims and confusion that goes around the web I've decided to make this quick comparison of all most known backup enabling tools, hackable vita firmwares and which one you should be using and why.
Date of last update: 13.01.2020

NoNpDRM Rips vs Dumps

NoNpDRM Rips Vitamin / MaiDumpTool Dumps
All original files untouched
Support Retail DLCs
Support Ripped (NoNpDRM) DLCs
Support Dumped (Vitamin/Mai) DLCs 1
@TheRadziu
TheRadziu / FSELF_all.py
Last active September 5, 2018 01:21
FSELF all ELF FAGdec files at once
###### SETTINGS ######
make_self_path = "C:\Path\to\make_fself.exe" # Set full path to make_fself.exe file. Must be quoted.
deletion = True # If deletion is enabled, it will remove all unnecessary files(.elf, .sha256, self_auth.bin) [True/False]
######################
import os
import subprocess
master_dir = os.path.dirname(os.path.abspath(__file__))
global_err_num = 0
global_at_least_one_succ = False