Python Bytecode Verifier

Verifies that compiled Python bytecode is safe to execute
Download

Python Bytecode Verifier Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT
  • Price:
  • FREE
  • Publisher Name:
  • Kornel Pal
  • Publisher web site:
  • http://pypi.python.org/pypi/Python Bytecode Verifier/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 9 KB

Python Bytecode Verifier Tags


Python Bytecode Verifier Description

Verifies that compiled Python bytecode is safe to execute Python Bytecode Verifier's purpose is similar to that of .NET or Java bytecode verifiers: to ensure that an externally compiled bytecode is safe to be executed in the runtime environment. Using a verifier in the Python interpreter could securely allow loading compiled bytecode to be loaded into isolated Python environments. Closed source code written in Python as well as external compilers for other languages targeting the Python runtime could safely be used in bytecode form.This initial release has support for Python versions 2.5, 2.6, 3.0 and 3.1 and is able to successfully verify itself and all the Python source files in the respective Python source code release.NOTE: Python Bytecode Verifier currently lacks conformance tests for invalid bytecode and thus is not suitable for production use. Requirements: · Python


Python Bytecode Verifier Related Software