Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 486 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 486 Bytes

dso tools

A set of tools for analyzing and modifying Torque3d VM bytecode.

Installation

$ git clone git@github.com:florczakraf/dso-tools.git
$ cd dso-tools
$ pip install .

or in case of development:

$ pip install -e .[dev]

Usage Examples

For examples browse tests and examples directories.

This package provides an entry-point called dso. You can call it with --help to get started.

Development

$ pytest
$ black .