#!/usr/bin/python # ===-- DumpTreeStream.py -------------------------------------------------===## # # The KLEE Symbolic Virtual Machine # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. # # ===----------------------------------------------------------------------===## from __future__ import division import sys, os, struct def getTreeStream(path): data = open(path,'rb').read() paths = { 0 : ''} pos = 0 while pos