Skip to content

Instantly share code, notes, and snippets.

View jquirke's full-sized avatar

Jeremy Quirke jquirke

  • Uber Technologies Inc
  • San Francisco, CA
View GitHub Profile
@jquirke
jquirke / joedwarftohpt.py
Last active October 30, 2022 19:18 — forked from joevt/joedwarftohpt.py
Python script to process dSYM information from dwarfdump output
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
import tempfile
import subprocess
import re
import uuid
import pprint
#import lldb