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:
| #!/bin/bash | |
| lang=text | |
| # See if language arg is given | |
| if [ "$#" -eq "1" ]; then | |
| lang=$1 | |
| fi | |
| echo "Using language: $lang" |
| ## Global Variables | |
| KernelSlide = 0x0 | |
| ## Helper Functions | |
| def isHex(val): | |
| try: | |
| int(val, 16) | |
| return True |
| import sys | |
| import json | |
| import re | |
| kslide = 0x0 | |
| if len(sys.argv) < 2: | |
| print("Usage: PanicParser.py [file path]") | |
| exit() |
| ## 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 |
I hereby claim:
To claim this, I am signing this object: