
Sept. 20, 2009
7:40 p.m.
Aahz wrote:
I've created a Python Bytecode Verifier in Python. I'm not a Python guru so I borrowed coding patterns from C/C++. I also created this with C portability in mind. The only reason I used Python was to experiment with Python and was easier to morph code during development.
You should upload this to PyPI.
It's now available at http://pypi.python.org/pypi/Python%20Bytecode%20Verifier/0.1 under MIT/X11 license now with support for Python versions 2.5, 2.6, 3.0 and 3.1 but lacks conformance tests for invalid bytecode. Kornél