A set of tools for analyzing and modifying Torque3d VM bytecode.
$ git clone [email protected]:florczakraf/dso-tools.git
$ cd dso-tools
$ pip install .or in case of development:
$ pip install -e .[dev]For examples browse tests and examples directories.
This package provides an entry-point called dso. You can call it with --help to get started.
$ pytest
$ black .