Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 988 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 988 Bytes

wizardry

MIT licensed

wizardry is a toolkit to deal with libmagic rule files (sources, not compiled)

It contains:

  • A parser, which turn magic rule files into an AST
  • An interpreter, which identifies a target by following the rules in the AST
  • A compiler, which generates go code to follow the rules in the AST

License

wizardry is released under the MIT license, see the LICENSE file for details.