Skip to content

Instantly share code, notes, and snippets.

@joevt
joevt / joedwarftohpt.py
Last active September 12, 2024 06:51
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