Skip to content

sannybuilder/make_opcodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a tool to generate opcodes.txt

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages