Skip to content

Instantly share code, notes, and snippets.

@thomasdullien
thomasdullien / load_pdb.py
Last active May 7, 2017 02:41 — forked from joshwatson/load_pdb.py
PDB Loading Plugin for binaryninja
import os
import threading
import pdbparse
from pdbparse.pe import Sections
from pdbparse.omap import Omap
import binaryninja as bn
def load_pdb_thread(bv):
@thomasdullien
thomasdullien / .block
Last active April 15, 2016 14:48
A first go at writing a D3.js-based heap visualizer. It is folly to use a browser for this (instead of a GPU and a proper canvas), but ok...
license apache-2.0
height 1000
width 1600