Mercurial > lcfOS
view python/ppci/test.py @ 98:3f772feb12ef
movage
author | windel |
---|---|
date | Mon, 24 Dec 2012 13:57:00 +0100 |
parents | a350055d6119 |
children |
line wrap: on
line source
from core import BitReader with open('main.s.bc', 'rb') as f: br = BitReader(f) br.parseModule() print(br)