Mercurial > lcfOS
view python/tests/ppcitest.py @ 132:205578c96a79
Moved hexview to seperate class
author | Windel Bouwman |
---|---|
date | Sun, 20 Jan 2013 17:45:45 +0100 |
parents | fe145e42259d |
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)