yara-x 1.0.0__tar.gz → 1.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yara-x might be problematic. Click here for more details.
- {yara_x-1.0.0 → yara_x-1.0.1}/Cargo.lock +11 -10
- {yara_x-1.0.0 → yara_x-1.0.1}/Cargo.toml +8 -8
- {yara_x-1.0.0 → yara_x-1.0.1}/PKG-INFO +1 -1
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/build.rs +2 -10
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/mod.rs +19 -22
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/types/func.rs +2 -2
- yara_x-1.0.1/proto/src/yara.proto +169 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-json/build.rs +1 -2
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-json/src/lib.rs +1 -1
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-json/src/tests/test.proto +15 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-json/src/tests/testdata/1.in +2 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-json/src/tests/testdata/1.out +3 -1
- yara_x-1.0.1/proto-json/src/yara.proto +169 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-yaml/build.rs +1 -2
- yara_x-1.0.1/proto-yaml/src/yara.proto +169 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/README.md +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/Cargo.lock +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/Cargo.toml +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/README.md +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/align.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/bubble.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/comments.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/format_hex_patterns.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/indentation.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/lib.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/processor/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/processor/tests.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/config_tests/align_metadata_false.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/config_tests/align_patterns_false.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/config_tests/align_rule.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/config_tests/empty_line_after_section_header_true.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/config_tests/empty_line_before_section_header_false.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/config_tests/generic_rule.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/config_tests/indent_section_contents_false.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/config_tests/indent_section_headers_false.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/config_tests/indent_spaces_one.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/config_tests/indent_spaces_zero.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/config_tests/newline_before_curly_brace_true.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test1.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test1.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test10.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test10.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test11.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test11.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test12.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test12.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test13.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test13.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test14.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test14.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test15.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test15.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test16.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test16.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test17.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test17.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test18.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test18.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test19.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test19.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test2.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test2.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test20.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test20.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test21.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test21.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test22.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test22.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test23.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test23.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test24.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test24.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test25.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test25.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test26.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test26.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test27.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test27.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test28.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test28.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test29.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test29.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test3.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test3.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test30.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test30.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test31.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test31.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test32.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test32.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test33.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test33.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test34.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test34.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test4.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test4.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test5.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test5.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test6.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test6.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test7.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test7.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test8.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test8.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test9.formatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/testdata/default_tests/test9.unformatted +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/tests.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/tokens/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/tokens/tests.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/fmt/src/trailing_spaces.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/Cargo.toml +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/README.md +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/atoms/mask.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/atoms/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/atoms/quality.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/base64.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/context.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/emit.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/errors.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/ast2ir.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/dfs.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/hex2hir.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/1.cse.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/1.hoisting.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/1.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/1.no-folding.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/2.cse.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/2.hoisting.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/2.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/2.no-folding.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/3.cse.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/3.hoisting.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/3.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/3.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/3.no-folding.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/4.cse.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/4.hoisting.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/4.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/4.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/4.no-folding.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/5.cse.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/5.hoisting.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/5.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/5.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/5.no-folding.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/6.cse.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/6.hoisting.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/6.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/6.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/6.no-folding.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/7.cse.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/7.hoisting.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/7.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/7.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/7.no-folding.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/8.cse.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/8.hoisting.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/8.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/8.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/8.no-folding.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/9.cse.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/9.hoisting.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/9.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/9.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/ir/tests/testdata/9.no-folding.ir +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/linters.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/report.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/rules.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/1.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/10.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/10.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/100.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/100.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/101.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/101.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/102.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/102.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/103.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/103.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/104.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/104.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/105.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/105.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/106.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/106.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/107.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/107.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/108.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/108.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/109.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/109.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/11.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/11.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/110.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/110.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/111.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/111.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/112.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/112.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/113.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/113.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/114.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/114.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/115.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/115.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/116.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/116.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/117.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/117.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/118.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/118.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/119.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/119.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/12.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/12.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/120.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/120.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/121.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/121.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/122.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/122.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/123.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/123.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/124.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/124.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/125.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/125.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/126.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/126.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/127.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/127.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/128.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/128.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/129.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/129.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/13.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/13.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/131.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/131.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/132.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/132.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/133.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/133.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/134.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/134.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/135.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/135.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/136.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/136.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/137.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/137.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/138.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/138.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/139.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/139.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/14.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/14.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/140.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/140.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/141.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/141.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/142.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/142.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/143.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/143.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/15.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/15.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/16.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/16.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/17.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/17.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/18.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/18.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/19.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/19.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/2.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/20.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/20.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/21.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/21.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/22.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/22.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/23.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/23.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/24.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/24.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/25.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/25.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/26.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/26.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/28.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/28.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/29.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/29.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/3.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/3.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/30.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/30.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/31.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/31.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/32.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/32.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/33.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/33.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/34.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/34.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/35.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/35.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/37.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/37.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/38.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/38.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/39.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/39.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/4.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/4.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/40.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/40.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/41.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/41.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/42.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/42.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/43.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/43.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/44.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/44.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/45.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/45.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/46.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/46.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/47.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/47.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/48.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/48.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/49.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/49.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/5.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/5.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/50.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/50.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/51.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/51.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/52.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/52.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/53.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/53.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/54.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/54.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/55.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/55.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/56.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/56.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/57.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/57.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/58.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/58.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/59.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/59.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/6.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/6.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/60.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/60.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/61.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/61.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/62.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/62.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/63.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/63.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/64.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/64.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/65.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/65.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/66.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/66.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/67.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/67.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/68.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/68.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/69.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/69.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/7.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/7.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/70.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/70.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/71.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/71.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/72.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/72.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/73.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/73.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/74.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/74.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/75.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/75.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/76.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/76.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/77.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/77.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/78.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/78.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/79.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/79.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/8.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/8.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/80.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/80.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/81.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/81.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/82.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/82.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/83.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/83.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/84.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/84.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/85.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/85.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/86.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/86.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/87.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/87.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/88.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/88.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/89.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/89.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/9.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/9.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/90.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/90.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/91.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/91.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/92.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/92.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/93.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/93.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/94.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/94.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/95.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/95.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/96.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/96.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/97.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/97.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/98.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/98.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/99.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/errors/99.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/includes/included_error.yar +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/includes/included_ok.yar +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/1.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/10.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/10.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/11.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/11.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/12.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/12.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/13.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/13.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/14.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/14.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/15.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/15.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/16.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/16.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/17.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/17.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/18.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/18.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/19.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/19.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/2.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/20.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/20.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/21.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/21.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/22.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/22.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/23.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/23.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/24.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/24.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/25.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/25.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/26.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/26.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/27.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/27.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/28.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/28.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/29.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/29.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/3.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/3.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/30.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/30.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/31.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/31.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/32.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/32.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/33.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/33.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/34.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/34.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/35.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/35.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/36.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/36.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/37.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/37.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/38.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/38.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/4.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/4.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/5.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/5.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/6.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/6.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/7.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/7.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/8.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/8.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/9.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/9.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/no_warnings.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/tests/testdata/warnings/no_warnings.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/compiler/warnings.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/lib.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/models.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/add_modules.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/console.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/cuckoo/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/cuckoo/schema.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/cuckoo/tests/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/cuckoo/tests/testdata/1.json +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/cuckoo/tests/testdata/1.yar +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/cuckoo/tests/testdata/2.json +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/cuckoo/tests/testdata/2.yar +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/dotnet/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/dotnet/parser.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/dotnet/tests/testdata/605ebe5b5f4b94e1a73e0ad1162bd542e5cb948d1a4ea5a575a14d6b9d6ee849.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/dotnet/tests/testdata/86a1e48cfc843eabfe1b468ef9358c1068950f849c612ab808225b359db0bb8c.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/elf/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/elf/parser.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/elf/tests/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/hash/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/hash/tests/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/lnk/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/lnk/parser.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/macho/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/macho/parser.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/macho/tests/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/magic/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/magic/tests/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/math.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/modules.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/pe/authenticode.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/pe/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/pe/parser.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/pe/rva2off.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/pe/tests/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/console.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/cuckoo.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/dotnet.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/elf.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/hash.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/lnk.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/macho.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/magic.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/math.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/mods.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/pe.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/string.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/test_proto2.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/test_proto3.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/text.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/time.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/vt/analysis.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/vt/filetypes.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/vt/gti_score.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/vt/hunting_gti_score.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/vt/sandbox.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/vt/sigma.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/vt/submitter.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/vt/titan.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/vt/tools/net_analysis.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/protos/vt/vtnet.proto +0 -0
- {yara_x-1.0.0/proto/src → yara_x-1.0.1/lib/src/modules/protos}/yara.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/string.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/test_proto2/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/test_proto2/tests/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/test_proto3/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/tests.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/text.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/time.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/utils/asn1.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/utils/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/vt/bitsquatting.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/vt/homoglyphs.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/vt/interleaved.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/vt/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/modules/vt/typos.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/re/bitmapset.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/re/fast/compiler.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/re/fast/fastvm.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/re/fast/instr.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/re/fast/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/re/hir.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/re/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/re/parser.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/re/thompson/compiler.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/re/thompson/instr.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/re/thompson/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/re/thompson/pikevm.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/re/thompson/tests.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/scanner/context.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/scanner/matches.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/scanner/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/scanner/tests.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/string_pool.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/symbols/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/tests/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/tests/testdata/jumps.bin +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/types/array.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/types/map.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/types/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/types/structure.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/variables.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/wasm/builder.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/wasm/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/lib/src/wasm/string.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/macros/Cargo.lock +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/macros/Cargo.toml +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/macros/src/error.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/macros/src/lib.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/macros/src/module_export.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/macros/src/module_main.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/macros/src/wasm_export.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/Cargo.toml +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/README.md +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/ast/ascii_tree.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/ast/cst2ast.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/ast/errors.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/ast/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/cst/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/cst/syntax_kind.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/cst/syntax_stream.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/cst/tests.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/lib.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/arithmetic-ops.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/arithmetic-ops.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/arithmetic-ops.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-2.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-2.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-3.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-3.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-3.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-4.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-4.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-4.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-2.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-2.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-3.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-3.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-3.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-4.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-4.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-4.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-5.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-5.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/basic-error-5.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/bitwise-ops-error-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/bitwise-ops-error-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/bitwise-ops-error-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/bitwise-ops.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/bitwise-ops.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/bitwise-ops.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/comments.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/comments.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/comments.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-2.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-2.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-3.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-3.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-3.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-4.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-4.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-4.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-5.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-5.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-5.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-6.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-6.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-6.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-error-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-error-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/expr-error-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-2.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-2.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-3.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-3.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-3.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-4.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-4.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-4.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-5.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-5.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-5.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-error-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-error-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/for-error-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/func-call.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/func-call.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/func-call.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-2.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-2.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-3.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-3.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-3.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-error-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-error-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-error-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-error-2.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-error-2.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/hex-patterns-error-2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/import.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/import.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/import.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/include.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/include.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/include.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-2.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-2.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-3.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-3.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-3.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-4.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-4.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-4.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-5.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-5.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-5.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-6.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-6.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta-error-6.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/meta.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/of-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/of-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/of-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/of-error-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/of-error-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/of-error-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/pattern-mods-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/pattern-mods-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/pattern-mods-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/pattern-mods-error-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/pattern-mods-error-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/pattern-mods-error-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-2.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-2.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-3.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-3.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-3.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-2.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-2.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-3.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-3.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-3.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-4.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-4.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-4.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-5.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-5.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-5.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-6.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-6.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-6.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-7.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-7.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/patterns-error-7.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-mods-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-mods-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-mods-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-tags-error-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-tags-error-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-tags-error-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-tags-error-2.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-tags-error-2.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-tags-error-2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-tags-error-3.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-tags-error-3.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-tags-error-3.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-tags.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-tags.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/rule-tags.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-2.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-2.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-error-1.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-error-1.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-error-1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-error-2.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-error-2.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-error-2.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-error-3.ast +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-error-3.cst +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/tests/testdata/with-error-3.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/parser/token_stream.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/tokenizer/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/tokenizer/tests.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/parser/src/tokenizer/tokens.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto/Cargo.lock +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto/Cargo.toml +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto/README.md +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto/build.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto/src/lib.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-json/Cargo.toml +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-json/README.md +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-json/src/tests/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-yaml/Cargo.toml +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-yaml/README.md +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-yaml/src/lib.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-yaml/src/tests/mod.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-yaml/src/tests/test.proto +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-yaml/src/tests/testdata/1.in +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/proto-yaml/src/tests/testdata/1.out +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/py/Cargo.toml +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/py/README.md +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/py/build.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/py/src/lib.rs +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/py/tests/test_api.py +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/py/yara_x.pyi +0 -0
- {yara_x-1.0.0 → yara_x-1.0.1}/pyproject.toml +0 -0
|
@@ -4682,7 +4682,7 @@ checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
|
|
4682
4682
|
|
|
4683
4683
|
[[package]]
|
|
4684
4684
|
name = "yara-x"
|
|
4685
|
-
version = "1.0.
|
|
4685
|
+
version = "1.0.1"
|
|
4686
4686
|
dependencies = [
|
|
4687
4687
|
"aho-corasick",
|
|
4688
4688
|
"annotate-snippets",
|
|
@@ -4756,7 +4756,7 @@ dependencies = [
|
|
|
4756
4756
|
|
|
4757
4757
|
[[package]]
|
|
4758
4758
|
name = "yara-x-capi"
|
|
4759
|
-
version = "1.0.
|
|
4759
|
+
version = "1.0.1"
|
|
4760
4760
|
dependencies = [
|
|
4761
4761
|
"cbindgen",
|
|
4762
4762
|
"serde_json",
|
|
@@ -4765,7 +4765,7 @@ dependencies = [
|
|
|
4765
4765
|
|
|
4766
4766
|
[[package]]
|
|
4767
4767
|
name = "yara-x-cli"
|
|
4768
|
-
version = "1.0.
|
|
4768
|
+
version = "1.0.1"
|
|
4769
4769
|
dependencies = [
|
|
4770
4770
|
"anyhow",
|
|
4771
4771
|
"assert_cmd",
|
|
@@ -4790,6 +4790,7 @@ dependencies = [
|
|
|
4790
4790
|
"strum",
|
|
4791
4791
|
"strum_macros",
|
|
4792
4792
|
"superconsole",
|
|
4793
|
+
"unicode-width",
|
|
4793
4794
|
"wild",
|
|
4794
4795
|
"yansi",
|
|
4795
4796
|
"yara-x",
|
|
@@ -4801,7 +4802,7 @@ dependencies = [
|
|
|
4801
4802
|
|
|
4802
4803
|
[[package]]
|
|
4803
4804
|
name = "yara-x-fmt"
|
|
4804
|
-
version = "1.0.
|
|
4805
|
+
version = "1.0.1"
|
|
4805
4806
|
dependencies = [
|
|
4806
4807
|
"bitflags 2.9.1",
|
|
4807
4808
|
"bstr",
|
|
@@ -4815,7 +4816,7 @@ dependencies = [
|
|
|
4815
4816
|
|
|
4816
4817
|
[[package]]
|
|
4817
4818
|
name = "yara-x-macros"
|
|
4818
|
-
version = "1.0.
|
|
4819
|
+
version = "1.0.1"
|
|
4819
4820
|
dependencies = [
|
|
4820
4821
|
"darling",
|
|
4821
4822
|
"proc-macro2",
|
|
@@ -4825,7 +4826,7 @@ dependencies = [
|
|
|
4825
4826
|
|
|
4826
4827
|
[[package]]
|
|
4827
4828
|
name = "yara-x-parser"
|
|
4828
|
-
version = "1.0.
|
|
4829
|
+
version = "1.0.1"
|
|
4829
4830
|
dependencies = [
|
|
4830
4831
|
"anyhow",
|
|
4831
4832
|
"ascii_tree",
|
|
@@ -4849,7 +4850,7 @@ dependencies = [
|
|
|
4849
4850
|
|
|
4850
4851
|
[[package]]
|
|
4851
4852
|
name = "yara-x-proto"
|
|
4852
|
-
version = "1.0.
|
|
4853
|
+
version = "1.0.1"
|
|
4853
4854
|
dependencies = [
|
|
4854
4855
|
"protobuf",
|
|
4855
4856
|
"protobuf-codegen",
|
|
@@ -4858,7 +4859,7 @@ dependencies = [
|
|
|
4858
4859
|
|
|
4859
4860
|
[[package]]
|
|
4860
4861
|
name = "yara-x-proto-json"
|
|
4861
|
-
version = "1.0.
|
|
4862
|
+
version = "1.0.1"
|
|
4862
4863
|
dependencies = [
|
|
4863
4864
|
"base64 0.22.1",
|
|
4864
4865
|
"globwalk",
|
|
@@ -4872,7 +4873,7 @@ dependencies = [
|
|
|
4872
4873
|
|
|
4873
4874
|
[[package]]
|
|
4874
4875
|
name = "yara-x-proto-yaml"
|
|
4875
|
-
version = "1.0.
|
|
4876
|
+
version = "1.0.1"
|
|
4876
4877
|
dependencies = [
|
|
4877
4878
|
"chrono",
|
|
4878
4879
|
"globwalk",
|
|
@@ -4886,7 +4887,7 @@ dependencies = [
|
|
|
4886
4887
|
|
|
4887
4888
|
[[package]]
|
|
4888
4889
|
name = "yara-x-py"
|
|
4889
|
-
version = "1.0.
|
|
4890
|
+
version = "1.0.1"
|
|
4890
4891
|
dependencies = [
|
|
4891
4892
|
"base64 0.22.1",
|
|
4892
4893
|
"protobuf",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[workspace.package]
|
|
2
|
-
version = "1.0.
|
|
2
|
+
version = "1.0.1"
|
|
3
3
|
authors = ["Victor M. Alvarez <vmalvarez@virustotal.com>"]
|
|
4
4
|
edition = "2021"
|
|
5
5
|
homepage = "https://virustotal.github.io/yara-x"
|
|
@@ -94,13 +94,13 @@ walrus = "0.23.3"
|
|
|
94
94
|
wasmtime = { version = "33.0.0", default-features = false }
|
|
95
95
|
x509-parser = "0.17.0"
|
|
96
96
|
yansi = "1.0.1"
|
|
97
|
-
yara-x = { path = "lib", version = "1.0.
|
|
98
|
-
yara-x-fmt = { path = "fmt", version = "1.0.
|
|
99
|
-
yara-x-macros = { path = "macros", version = "1.0.
|
|
100
|
-
yara-x-parser = { path = "parser", version = "1.0.
|
|
101
|
-
yara-x-proto = { path = "proto", version = "1.0.
|
|
102
|
-
yara-x-proto-yaml = { path = "proto-yaml", version = "1.0.
|
|
103
|
-
yara-x-proto-json = { path = "proto-json", version = "1.0.
|
|
97
|
+
yara-x = { path = "lib", version = "1.0.1" }
|
|
98
|
+
yara-x-fmt = { path = "fmt", version = "1.0.1" }
|
|
99
|
+
yara-x-macros = { path = "macros", version = "1.0.1" }
|
|
100
|
+
yara-x-parser = { path = "parser", version = "1.0.1" }
|
|
101
|
+
yara-x-proto = { path = "proto", version = "1.0.1" }
|
|
102
|
+
yara-x-proto-yaml = { path = "proto-yaml", version = "1.0.1" }
|
|
103
|
+
yara-x-proto-json = { path = "proto-json", version = "1.0.1" }
|
|
104
104
|
zip = "4.0.0"
|
|
105
105
|
|
|
106
106
|
# Special profile that builds a release binary with link-time optimization.
|
|
@@ -157,16 +157,8 @@ fn main() {
|
|
|
157
157
|
proto_parser.pure();
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
proto_compiler
|
|
161
|
-
|
|
162
|
-
.include("./src/modules/protos")
|
|
163
|
-
.include("../proto/src")
|
|
164
|
-
.input("../proto/src/yara.proto");
|
|
165
|
-
|
|
166
|
-
proto_parser
|
|
167
|
-
.include("./src/modules/protos")
|
|
168
|
-
.include("../proto/src")
|
|
169
|
-
.input("../proto/src/yara.proto");
|
|
160
|
+
proto_compiler.cargo_out_dir("protos").include("./src/modules/protos");
|
|
161
|
+
proto_parser.include("./src/modules/protos");
|
|
170
162
|
|
|
171
163
|
// All `.proto` files in src/modules/protos must be compiled
|
|
172
164
|
for entry in globwalk::glob("src/modules/protos/**").unwrap().flatten() {
|
|
@@ -526,21 +526,18 @@ impl<'a> Compiler<'a> {
|
|
|
526
526
|
/// Adds some YARA source code to be compiled.
|
|
527
527
|
///
|
|
528
528
|
/// The `src` parameter accepts any type that implements [`Into<SourceCode>`],
|
|
529
|
-
/// such as `&str`, `&[u8]`,
|
|
530
|
-
///
|
|
529
|
+
/// such as `&str`, `&[u8]`, or an instance of [`SourceCode`] itself. The source
|
|
530
|
+
/// code may include one or more YARA rules.
|
|
531
531
|
///
|
|
532
|
-
///
|
|
533
|
-
///
|
|
534
|
-
/// compilation, the function
|
|
535
|
-
///
|
|
536
|
-
/// discovered during compilation, which can be accessed using
|
|
532
|
+
/// You can call this function multiple times to add different sets of rules.
|
|
533
|
+
/// If the provided source code contains syntax or semantic errors that prevent
|
|
534
|
+
/// compilation, the function returns the first encountered error. All errors
|
|
535
|
+
/// found during compilation are also recorded and can be retrieved using
|
|
537
536
|
/// [`Compiler::errors`].
|
|
538
537
|
///
|
|
539
|
-
/// Even if
|
|
540
|
-
///
|
|
541
|
-
///
|
|
542
|
-
/// set.
|
|
543
|
-
/// about the source code's origin.
|
|
538
|
+
/// Even if previous calls to this function resulted in compilation errors,
|
|
539
|
+
/// you may continue adding additional rules. Only successfully compiled rules
|
|
540
|
+
/// will be included in the final rule set.
|
|
544
541
|
pub fn add_source<'src, S>(
|
|
545
542
|
&mut self,
|
|
546
543
|
src: S,
|
|
@@ -608,15 +605,17 @@ impl<'a> Compiler<'a> {
|
|
|
608
605
|
|
|
609
606
|
/// Defines a global variable and sets its initial value.
|
|
610
607
|
///
|
|
611
|
-
/// Global variables must be defined before
|
|
612
|
-
///
|
|
613
|
-
///
|
|
614
|
-
///
|
|
615
|
-
/// value by calling [`crate::Scanner::set_global`].
|
|
608
|
+
/// Global variables must be defined before adding any YARA source code
|
|
609
|
+
/// that references them via [`Compiler::add_source`]. Once defined, the
|
|
610
|
+
/// variable's initial value is preserved in the compiled [`Rules`] and
|
|
611
|
+
/// will be used unless overridden.
|
|
616
612
|
///
|
|
617
|
-
///
|
|
618
|
-
///
|
|
619
|
-
///
|
|
613
|
+
/// When scanning, each scanner instance can modify the initial value of
|
|
614
|
+
/// the variable using [`crate::Scanner::set_global`].
|
|
615
|
+
///
|
|
616
|
+
/// `T` can be any type that implements [`TryInto<Variable>`], including:
|
|
617
|
+
/// `i64`, `i32`, `i16`, `i8`, `u32`, `u16`, `u8`, `f64`, `f32`, `bool`,
|
|
618
|
+
/// `&str`, `String` and [`serde_json::Value`].
|
|
620
619
|
///
|
|
621
620
|
/// ```
|
|
622
621
|
/// # use yara_x::Compiler;
|
|
@@ -964,8 +963,6 @@ impl<'a> Compiler<'a> {
|
|
|
964
963
|
/// include the content of other files. When includes are disabled, any
|
|
965
964
|
/// attempt to use an `include` statement will result in a compile error.
|
|
966
965
|
///
|
|
967
|
-
/// # Example
|
|
968
|
-
///
|
|
969
966
|
/// ```
|
|
970
967
|
/// # use yara_x::Compiler;
|
|
971
968
|
/// let mut compiler = Compiler::new();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
use crate::types::{StringConstraint, TypeValue};
|
|
2
2
|
use itertools::Itertools;
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
use serde::{Deserialize, Serialize};
|
|
5
5
|
use std::cmp::Ordering;
|
|
6
6
|
use std::hash::{Hash, Hasher};
|
|
@@ -127,7 +127,7 @@ impl MangledFnName {
|
|
|
127
127
|
Some('N') => {
|
|
128
128
|
let n = chars
|
|
129
129
|
.by_ref()
|
|
130
|
-
.peeking_take_while(|&c| c.
|
|
130
|
+
.peeking_take_while(|&c| c.is_ascii_digit())
|
|
131
131
|
.collect::<String>()
|
|
132
132
|
.parse::<usize>()
|
|
133
133
|
.unwrap_or_else(|_| {
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
// Protocol buffer that specifies the options that can be used in other protos
|
|
2
|
+
// for controlling the generation of YARA modules.
|
|
3
|
+
|
|
4
|
+
syntax = "proto2";
|
|
5
|
+
|
|
6
|
+
package yara;
|
|
7
|
+
|
|
8
|
+
import "google/protobuf/descriptor.proto";
|
|
9
|
+
|
|
10
|
+
message ModuleOptions {
|
|
11
|
+
required string name = 1;
|
|
12
|
+
required string root_message = 2;
|
|
13
|
+
optional string rust_module = 3;
|
|
14
|
+
optional string cargo_feature = 4;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
message FieldOptions {
|
|
18
|
+
// Name of the field in YARA rules.
|
|
19
|
+
//
|
|
20
|
+
// By default, the name of the field in YARA rules is the same it has in
|
|
21
|
+
// the protobuf, but sometimes it's useful to override this behaviour and
|
|
22
|
+
// specify our own name. For instance, suppose we have the following field
|
|
23
|
+
// definition:
|
|
24
|
+
//
|
|
25
|
+
// FileMetadata metadata = 32 [(yara.field_options).name = "meta"];
|
|
26
|
+
//
|
|
27
|
+
// The name of the field in the protobuf is "metadata", but this is a
|
|
28
|
+
// reserved keyword in YARA, so we use (yara.field_options).name = "meta"
|
|
29
|
+
// for specifying a different name.
|
|
30
|
+
optional string name = 1;
|
|
31
|
+
|
|
32
|
+
// Ignore the field and don't use it in YARA.
|
|
33
|
+
//
|
|
34
|
+
// This useful when the protobuf definition has some fields that we don't
|
|
35
|
+
// want to expose to YARA rules. For example:
|
|
36
|
+
//
|
|
37
|
+
// string some_private_data = 32 [(yara.field_options).ignore = true];
|
|
38
|
+
optional bool ignore = 2;
|
|
39
|
+
|
|
40
|
+
// Control under which circumstances the field is accessible by YARA rules.
|
|
41
|
+
//
|
|
42
|
+
// In some cases, a field should only be used in YARA rules when certain
|
|
43
|
+
// requirements are satisfied. Consider the following field definition:
|
|
44
|
+
//
|
|
45
|
+
// uint64 my_field = 1 [
|
|
46
|
+
// (yara.field_options) = {
|
|
47
|
+
// acl: [
|
|
48
|
+
// {
|
|
49
|
+
// accept_if: ["foo", "FOO"],
|
|
50
|
+
// error_title: "foo is required",
|
|
51
|
+
// error_label: "this field was used without foo"
|
|
52
|
+
// },
|
|
53
|
+
// {
|
|
54
|
+
// accept_if: "bar",
|
|
55
|
+
// error_title: "bar is required",
|
|
56
|
+
// error_label: "this field was used without bar"
|
|
57
|
+
// },
|
|
58
|
+
// {
|
|
59
|
+
// reject_if: "baz",
|
|
60
|
+
// error_title: "baz is forbidden",
|
|
61
|
+
// error_label: "this field was used with baz"
|
|
62
|
+
// }
|
|
63
|
+
// ]
|
|
64
|
+
// }
|
|
65
|
+
// ];
|
|
66
|
+
//
|
|
67
|
+
// The field "my_field" can be used in YARA rules, but only if the features
|
|
68
|
+
// "foo" (or "FOO") and "bar" are enabled in the YARA compiler, while "baz"
|
|
69
|
+
// must not be enabled. If these conditions are not met, the compiler will
|
|
70
|
+
// return an error. For example, if "FOO" and "baz" are enabled, the following
|
|
71
|
+
// error will occur:
|
|
72
|
+
//
|
|
73
|
+
// error[E034]: bar is required
|
|
74
|
+
// --> line:5:29
|
|
75
|
+
// |
|
|
76
|
+
// 5 | my_module.my_field == 0
|
|
77
|
+
// | ^^^^^^^^ this field was used without bar
|
|
78
|
+
// |
|
|
79
|
+
//
|
|
80
|
+
// Notice that the error message's title and label are derived from the ACL
|
|
81
|
+
// entry that was not satisfied.
|
|
82
|
+
//
|
|
83
|
+
// Also, keep in mind that ACL entries are evaluated sequentially. The first
|
|
84
|
+
// entry that fails will trigger the corresponding error message.
|
|
85
|
+
repeated AclEntry acl = 3;
|
|
86
|
+
|
|
87
|
+
// Indicates that a string field is always lowercase.
|
|
88
|
+
//
|
|
89
|
+
// This option can be used only with fields of type string. If used with some
|
|
90
|
+
// other type YARA will panic.
|
|
91
|
+
//
|
|
92
|
+
// string some_lowercase_string = 32 [(yara.field_options).lowercase = true];
|
|
93
|
+
optional bool lowercase = 4;
|
|
94
|
+
|
|
95
|
+
// Specifies the format of the field when converted to a string.
|
|
96
|
+
//
|
|
97
|
+
// This option can be used with integer, float, and boolean fields. It uses
|
|
98
|
+
// Rust's formatting syntax. For example, if an integer field has `fmt = "{:#x}"`
|
|
99
|
+
// it will be formatted as a hexadecimal string with a "0x" prefix.
|
|
100
|
+
optional string fmt = 5;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// An entry in a field's ACL.
|
|
104
|
+
//
|
|
105
|
+
// Each entry in the ACL is a condition that must be met. If some of the
|
|
106
|
+
// conditions in the ACL is not met, the compiler shows an error message that
|
|
107
|
+
// is defined by the ACL entry itself.
|
|
108
|
+
//
|
|
109
|
+
// The condition depends on the features listed in "accept_if" and "reject_if".
|
|
110
|
+
// Let's see some examples:
|
|
111
|
+
//
|
|
112
|
+
// accept_if: "foo"
|
|
113
|
+
//
|
|
114
|
+
// In the example above, the field can be used if the feature "foo" is enabled,
|
|
115
|
+
// otherwise the compiler shows an error.
|
|
116
|
+
//
|
|
117
|
+
// accept_if: ["foo", "bar"]
|
|
118
|
+
//
|
|
119
|
+
// In the example above, the field can be used if any of the features in the
|
|
120
|
+
// list is enabled, otherwise the error is shown. This can be read as: accept
|
|
121
|
+
// if "foo" or "bar".
|
|
122
|
+
//
|
|
123
|
+
// reject_if: ["foo", "bar"]
|
|
124
|
+
//
|
|
125
|
+
// In the example above, the field can be used if none of the features in the
|
|
126
|
+
// list is enabled, otherwise the error is shown. This can be read as: reject
|
|
127
|
+
// if "foo" or "bar".
|
|
128
|
+
message AclEntry {
|
|
129
|
+
required string error_title = 1;
|
|
130
|
+
required string error_label = 2;
|
|
131
|
+
repeated string accept_if = 3;
|
|
132
|
+
repeated string reject_if = 4;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
message MessageOptions {
|
|
136
|
+
optional string name = 1;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
message EnumOptions {
|
|
140
|
+
optional string name = 1;
|
|
141
|
+
optional bool inline = 2;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
message EnumValueOptions {
|
|
145
|
+
oneof value {
|
|
146
|
+
int64 i64 = 1;
|
|
147
|
+
double f64 = 2;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
extend google.protobuf.FileOptions {
|
|
152
|
+
optional ModuleOptions module_options = 51503;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
extend google.protobuf.FieldOptions {
|
|
156
|
+
optional FieldOptions field_options = 51504;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
extend google.protobuf.MessageOptions {
|
|
160
|
+
optional MessageOptions message_options = 51505;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
extend google.protobuf.EnumOptions {
|
|
164
|
+
optional EnumOptions enum_options = 51506;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
extend google.protobuf.EnumValueOptions {
|
|
168
|
+
optional EnumValueOptions enum_value = 51507;
|
|
169
|
+
}
|
|
@@ -5,10 +5,9 @@ fn main() {
|
|
|
5
5
|
Codegen::new()
|
|
6
6
|
.pure()
|
|
7
7
|
.cargo_out_dir("protos")
|
|
8
|
-
.include("../proto/src")
|
|
9
8
|
.include("src/tests")
|
|
10
9
|
.include("src")
|
|
11
10
|
.input("src/tests/test.proto")
|
|
12
|
-
.input("
|
|
11
|
+
.input("src/yara.proto")
|
|
13
12
|
.run_from_script();
|
|
14
13
|
}
|
|
@@ -253,7 +253,7 @@ impl<W: Write> Serializer<W> {
|
|
|
253
253
|
BASE64_STANDARD.encode(v).paint(self.colors.string)
|
|
254
254
|
)?,
|
|
255
255
|
ReflectValueRef::Enum(d, v) => match d.value_by_number(*v) {
|
|
256
|
-
Some(e) => write!(self.output, "{}", e.name())?,
|
|
256
|
+
Some(e) => write!(self.output, "\"{}\"", e.name())?,
|
|
257
257
|
None => write!(self.output, "{}", v)?,
|
|
258
258
|
},
|
|
259
259
|
ReflectValueRef::Message(msg) => self.write_msg(msg)?,
|
|
@@ -20,4 +20,19 @@ message Message {
|
|
|
20
20
|
repeated SubMessage repeated_msg = 8;
|
|
21
21
|
optional SubMessage nested_msg = 9;
|
|
22
22
|
optional int32 timestamp= 10 [(yara.field_options).fmt = "t"];
|
|
23
|
+
optional Enum enum = 11;
|
|
24
|
+
required uint32 flags = 12 [(yara.field_options).fmt = "flags:Flags"];
|
|
25
|
+
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
enum Enum {
|
|
29
|
+
Foo = 1;
|
|
30
|
+
Bar = 2;
|
|
23
31
|
}
|
|
32
|
+
|
|
33
|
+
enum Flags {
|
|
34
|
+
option (yara.enum_options).inline = true;
|
|
35
|
+
FOO = 0x1;
|
|
36
|
+
BAR = 0x2;
|
|
37
|
+
BAZ = 0x4;
|
|
38
|
+
}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
// Protocol buffer that specifies the options that can be used in other protos
|
|
2
|
+
// for controlling the generation of YARA modules.
|
|
3
|
+
|
|
4
|
+
syntax = "proto2";
|
|
5
|
+
|
|
6
|
+
package yara;
|
|
7
|
+
|
|
8
|
+
import "google/protobuf/descriptor.proto";
|
|
9
|
+
|
|
10
|
+
message ModuleOptions {
|
|
11
|
+
required string name = 1;
|
|
12
|
+
required string root_message = 2;
|
|
13
|
+
optional string rust_module = 3;
|
|
14
|
+
optional string cargo_feature = 4;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
message FieldOptions {
|
|
18
|
+
// Name of the field in YARA rules.
|
|
19
|
+
//
|
|
20
|
+
// By default, the name of the field in YARA rules is the same it has in
|
|
21
|
+
// the protobuf, but sometimes it's useful to override this behaviour and
|
|
22
|
+
// specify our own name. For instance, suppose we have the following field
|
|
23
|
+
// definition:
|
|
24
|
+
//
|
|
25
|
+
// FileMetadata metadata = 32 [(yara.field_options).name = "meta"];
|
|
26
|
+
//
|
|
27
|
+
// The name of the field in the protobuf is "metadata", but this is a
|
|
28
|
+
// reserved keyword in YARA, so we use (yara.field_options).name = "meta"
|
|
29
|
+
// for specifying a different name.
|
|
30
|
+
optional string name = 1;
|
|
31
|
+
|
|
32
|
+
// Ignore the field and don't use it in YARA.
|
|
33
|
+
//
|
|
34
|
+
// This useful when the protobuf definition has some fields that we don't
|
|
35
|
+
// want to expose to YARA rules. For example:
|
|
36
|
+
//
|
|
37
|
+
// string some_private_data = 32 [(yara.field_options).ignore = true];
|
|
38
|
+
optional bool ignore = 2;
|
|
39
|
+
|
|
40
|
+
// Control under which circumstances the field is accessible by YARA rules.
|
|
41
|
+
//
|
|
42
|
+
// In some cases, a field should only be used in YARA rules when certain
|
|
43
|
+
// requirements are satisfied. Consider the following field definition:
|
|
44
|
+
//
|
|
45
|
+
// uint64 my_field = 1 [
|
|
46
|
+
// (yara.field_options) = {
|
|
47
|
+
// acl: [
|
|
48
|
+
// {
|
|
49
|
+
// accept_if: ["foo", "FOO"],
|
|
50
|
+
// error_title: "foo is required",
|
|
51
|
+
// error_label: "this field was used without foo"
|
|
52
|
+
// },
|
|
53
|
+
// {
|
|
54
|
+
// accept_if: "bar",
|
|
55
|
+
// error_title: "bar is required",
|
|
56
|
+
// error_label: "this field was used without bar"
|
|
57
|
+
// },
|
|
58
|
+
// {
|
|
59
|
+
// reject_if: "baz",
|
|
60
|
+
// error_title: "baz is forbidden",
|
|
61
|
+
// error_label: "this field was used with baz"
|
|
62
|
+
// }
|
|
63
|
+
// ]
|
|
64
|
+
// }
|
|
65
|
+
// ];
|
|
66
|
+
//
|
|
67
|
+
// The field "my_field" can be used in YARA rules, but only if the features
|
|
68
|
+
// "foo" (or "FOO") and "bar" are enabled in the YARA compiler, while "baz"
|
|
69
|
+
// must not be enabled. If these conditions are not met, the compiler will
|
|
70
|
+
// return an error. For example, if "FOO" and "baz" are enabled, the following
|
|
71
|
+
// error will occur:
|
|
72
|
+
//
|
|
73
|
+
// error[E034]: bar is required
|
|
74
|
+
// --> line:5:29
|
|
75
|
+
// |
|
|
76
|
+
// 5 | my_module.my_field == 0
|
|
77
|
+
// | ^^^^^^^^ this field was used without bar
|
|
78
|
+
// |
|
|
79
|
+
//
|
|
80
|
+
// Notice that the error message's title and label are derived from the ACL
|
|
81
|
+
// entry that was not satisfied.
|
|
82
|
+
//
|
|
83
|
+
// Also, keep in mind that ACL entries are evaluated sequentially. The first
|
|
84
|
+
// entry that fails will trigger the corresponding error message.
|
|
85
|
+
repeated AclEntry acl = 3;
|
|
86
|
+
|
|
87
|
+
// Indicates that a string field is always lowercase.
|
|
88
|
+
//
|
|
89
|
+
// This option can be used only with fields of type string. If used with some
|
|
90
|
+
// other type YARA will panic.
|
|
91
|
+
//
|
|
92
|
+
// string some_lowercase_string = 32 [(yara.field_options).lowercase = true];
|
|
93
|
+
optional bool lowercase = 4;
|
|
94
|
+
|
|
95
|
+
// Specifies the format of the field when converted to a string.
|
|
96
|
+
//
|
|
97
|
+
// This option can be used with integer, float, and boolean fields. It uses
|
|
98
|
+
// Rust's formatting syntax. For example, if an integer field has `fmt = "{:#x}"`
|
|
99
|
+
// it will be formatted as a hexadecimal string with a "0x" prefix.
|
|
100
|
+
optional string fmt = 5;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// An entry in a field's ACL.
|
|
104
|
+
//
|
|
105
|
+
// Each entry in the ACL is a condition that must be met. If some of the
|
|
106
|
+
// conditions in the ACL is not met, the compiler shows an error message that
|
|
107
|
+
// is defined by the ACL entry itself.
|
|
108
|
+
//
|
|
109
|
+
// The condition depends on the features listed in "accept_if" and "reject_if".
|
|
110
|
+
// Let's see some examples:
|
|
111
|
+
//
|
|
112
|
+
// accept_if: "foo"
|
|
113
|
+
//
|
|
114
|
+
// In the example above, the field can be used if the feature "foo" is enabled,
|
|
115
|
+
// otherwise the compiler shows an error.
|
|
116
|
+
//
|
|
117
|
+
// accept_if: ["foo", "bar"]
|
|
118
|
+
//
|
|
119
|
+
// In the example above, the field can be used if any of the features in the
|
|
120
|
+
// list is enabled, otherwise the error is shown. This can be read as: accept
|
|
121
|
+
// if "foo" or "bar".
|
|
122
|
+
//
|
|
123
|
+
// reject_if: ["foo", "bar"]
|
|
124
|
+
//
|
|
125
|
+
// In the example above, the field can be used if none of the features in the
|
|
126
|
+
// list is enabled, otherwise the error is shown. This can be read as: reject
|
|
127
|
+
// if "foo" or "bar".
|
|
128
|
+
message AclEntry {
|
|
129
|
+
required string error_title = 1;
|
|
130
|
+
required string error_label = 2;
|
|
131
|
+
repeated string accept_if = 3;
|
|
132
|
+
repeated string reject_if = 4;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
message MessageOptions {
|
|
136
|
+
optional string name = 1;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
message EnumOptions {
|
|
140
|
+
optional string name = 1;
|
|
141
|
+
optional bool inline = 2;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
message EnumValueOptions {
|
|
145
|
+
oneof value {
|
|
146
|
+
int64 i64 = 1;
|
|
147
|
+
double f64 = 2;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
extend google.protobuf.FileOptions {
|
|
152
|
+
optional ModuleOptions module_options = 51503;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
extend google.protobuf.FieldOptions {
|
|
156
|
+
optional FieldOptions field_options = 51504;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
extend google.protobuf.MessageOptions {
|
|
160
|
+
optional MessageOptions message_options = 51505;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
extend google.protobuf.EnumOptions {
|
|
164
|
+
optional EnumOptions enum_options = 51506;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
extend google.protobuf.EnumValueOptions {
|
|
168
|
+
optional EnumValueOptions enum_value = 51507;
|
|
169
|
+
}
|
|
@@ -5,10 +5,9 @@ fn main() {
|
|
|
5
5
|
Codegen::new()
|
|
6
6
|
.pure()
|
|
7
7
|
.cargo_out_dir("protos")
|
|
8
|
-
.include("../proto/src")
|
|
9
8
|
.include("src/tests")
|
|
10
9
|
.include("src")
|
|
11
10
|
.input("src/tests/test.proto")
|
|
12
|
-
.input("
|
|
11
|
+
.input("src/yara.proto")
|
|
13
12
|
.run_from_script();
|
|
14
13
|
}
|