On this page:
Zordoz
6.1.1.7

Zordoz

Zordoz is a tool for exploring .zo bytecode files. It offers a simple command-line interface for getting string representations of a bytecode struct and exploring its fields.

These docs describe the REPL and the public functions supporting it.

    1 Overview

      1.1 Quickstart

      1.2 Building

      1.3 Testing

      1.4 Manifesto

    2 REPL

      2.1 Summary

      2.2 Commands

        2.2.1 alst

        2.2.2 back

        2.2.3 dive

        2.2.4 find

        2.2.5 help

        2.2.6 info

        2.2.7 jump

        2.2.8 save

        2.2.9 quit

      2.3 Sample Interaction

    3 API

      3.1 String Representations

      3.2 Traversing zo Structs

      3.3 Search

    4 Future Work

      4.1 Checking two files for differences

      4.2 More Search Options

      4.3 Bytecode Graphs

      4.4 Dr.Racket Integration