Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 635 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 635 Bytes

make_opcodes

A CLI tool to generate a list of commands used in a script source.

Usage

make_opcodes.exe <input> [--output <output>] [--classes <classes>] [--keywords <keywords>]

<input> - path to a text file

--output <file path> - path to a file where to save the result. The tool prints to stdout by default

--keywords <file path> - path to keywords.txt (keywords definitions)

--classes <file path> - path to classes.db (classes definitions)

Example

make_opcodes.exe script.txt --output opcodes.txt --keywords ..\data\sa\keywords.txt --classes ..\data\sa\classes.db 

Licence

MIT