Skip to content

Instantly share code, notes, and snippets.

@SocraticBliss
SocraticBliss / PS4_PKG.bt
Last active March 27, 2022 02:01
PS4 PKG Template for 010 Editor
//------------------------------------------------
//--- 010 Editor v9.0 Binary Template
//
// File: PS4_PKG.bt
// Authors: SocraticBliss
// Version: 1.0.0
// Purpose: 1) Decode the PKG format for the PS4 (64 bit)
//
// Category: Game
// File Mask: *
@SocraticBliss
SocraticBliss / PS4_Kernel_Defines_Maker.py
Last active May 6, 2021 13:54
PS4 Kernel Defines Maker
#!/usr/bin/env python
'''
SocraticBliss (R)
PS4 Kernel Defines Maker - Creates a non-rebased kernel offsets header file
Inspired by CelesteBlue
@SocraticBliss
SocraticBliss / ps4_crash_dump_decryptor.py
Last active December 17, 2021 04:28
Crash Team Decrypting...
#!/usr/bin/env python
'''
Crash Dump Decryptor by SocraticBliss (R)
Thanks to...
# Team FailOverflow
# CelesteBlue
# zecoxao
@SocraticBliss
SocraticBliss / ps4_syscon_patch_decryptor.py
Last active May 6, 2021 13:55
PS4 SysCon Patch Decryptor
'''
PS4 SysCon Patch Decryptor by SocraticBliss (R)
Thanks to zecoxao <3
1) Replace AES CBC Key on line 50 with the actual key
2) Replace AES CMAC Key on line 50 with the actual key
3) Place in your PS4UPDATE1/dev directory
4) python ps4_syscon_patch_decryptor.py