Skip to content

Instantly share code, notes, and snippets.

@PsychoTea
PsychoTea / PanicParser.py
Last active December 20, 2025 15:31
A collection of useful iOS-related scripts
import sys
import json
import re
kslide = 0x0
if len(sys.argv) < 2:
print("Usage: PanicParser.py [file path]")
exit()