Package hlrun

Runtime tools for instrumenting Hashlink bytecode. See crashlink.patch.

WARNING: This module should never be used alone - you should use it in conjunction with pyhl, or, better yet, just use crashlink.patch.

Sub-modules

hlrun.core

Core classes, handling, and casting for primitives.

hlrun.globals

Global constants and utility functions.

hlrun.obj
hlrun.patch

A Python-based system for patching and hooking of bytecode, similar to DCCM.