Skip to content

Files

Latest commit

a4c09f4 · Nov 22, 2017

History

History
10 lines (6 loc) · 434 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 434 Bytes

umatrix_rule_converter

Script that converts umatrix rules from a minimal state to a maximal and vice versa

including an example input and output file from https://github.com/Rictusempra/uMatrix-Rules and a file with allowed directives for syntax checking.

usage python umatrix_rule_converter.py <input rules file> [<min2max|max2min> [<output filename>]]

defaults are min2max and output.txt

currently only min2max is working