Some tools for decompiling and compiling OFM2097 AF files to JSON format and back to help with poking at the binary.
Prebuilt version of the HTML data is available at https://katajakasa.fi/projects/openomf/cards/
- Make sure you have python 3.12 installed
- Create a virtualenv, eg.
poetry env use 3.12
and install depspoetry install --no-root
. - Activate the virtualenv, eg.
poetry shell
- Run! eg.
python -m omftools.cli.af_compile -h