Skip to content

Instantly share code, notes, and snippets.

View PsychoTea's full-sized avatar

Ben Sparkes PsychoTea

View GitHub Profile
@PsychoTea
PsychoTea / PanicParser.py
Last active February 26, 2024 01:43
Parses an iOS .ips panic log and gives useful stack trace output
import sys
import json
import re
kslide = 0x0
if len(sys.argv) < 2:
print("Usage: PanicParser.py [file path]")
exit()
@PsychoTea
PsychoTea / BuildIPA.sh
Created January 5, 2018 14:45
Builds an iOS app IPA from the first found .xcarchive file in the current directory
## Builds an IPA from the first found .xcarchive file in the current directory
currDir=$(dirname $0)
archiveName=$(ls $currDir | grep -m1 .xcarchive)
appName=$(echo "${archiveName%% *}")
echo Building an IPA for $appName...
archivePath=$currDir/$archiveName

Keybase proof

I hereby claim:

  • I am psychotea on github.
  • I am psychotea (https://keybase.io/psychotea) on keybase.
  • I have a public key ASChk3b2bHn9s4W3FEv3bpHC9D-_NgC4dDdKyGout3tOWQo

To claim this, I am signing this object: