Skip to content

Instantly share code, notes, and snippets.

@joevt
joevt / joedwarftohpt.py
Last active May 18, 2023 14:36
Process DWARF and stabs debug information
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
import tempfile
import subprocess
import re
import uuid
import pprint
#import lldb