Skip to content

Instantly share code, notes, and snippets.

View tbsaunde's full-sized avatar

Trevor Saunders tbsaunde

  • Bloomberg
  • New York ny
View GitHub Profile

Keybase proof

I hereby claim:

  • I am tbsaunde on github.
  • I am tbsaunde (https://keybase.io/tbsaunde) on keybase.
  • I have a public key ASAEkfv_o8TlqtZSNZfORm9_l1cM45rBrZrx_ZJ7GASLAwo

To claim this, I am signing this object:

@tbsaunde
tbsaunde / symbols.py
Last active August 29, 2015 14:22 — forked from luser/symbols.py
#
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/
#
# A GDB Python script to fetch debug symbols from the Mozilla symbol server.
#
from __future__ import print_function
import gzip
@tbsaunde
tbsaunde / symbols.py
Last active August 29, 2015 14:22 — forked from luser/symbols.py
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/
#
# A GDB Python script to fetch debug symbols from the Mozilla symbol server.
#
import gzip
import io
@tbsaunde
tbsaunde / symbols.py
Last active August 29, 2015 14:22 — forked from luser/symbols.py
#
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/
#
# A GDB Python script to fetch debug symbols from the Mozilla symbol server.
#
from __future__ import print_function
import gzip