1 file changed
+1
-1
lines changed- .gitignore+1
- .travis.yml+28-11
- BUILD.bazel+13-16
- Makefile.am+8-2
- README.md+1
- configure.ac+36-9
- docs/gettingstarted.rst+15-13
- docs/yarapython.rst+2-2
- libyara/Makefile.am+123-98
- libyara/compiler.c+20-5
- libyara/exec.c+281-29
- libyara/grammar.c+843-772
- libyara/grammar.h+2-2
- libyara/grammar.y+414-301
- libyara/include/yara/arena.h+15-5
- libyara/include/yara/bitmask.h+19
- libyara/include/yara/compiler.h+54-5
- libyara/include/yara/dex.h+2-1
- libyara/include/yara/exec.h+57-49
- libyara/include/yara/lexer.h-34
- libyara/include/yara/limits.h+7
- libyara/include/yara/modules.h+1-1
- libyara/include/yara/object.h+4
- libyara/include/yara/parser.h+4-3
- libyara/include/yara/sizedstr.h+4
- libyara/include/yara/types.h+106-4
- libyara/modules/cuckoo/cuckoo.c
- libyara/modules/demo/demo.c
- libyara/modules/dex/dex.c+10-7
- libyara/modules/dotnet/dotnet.c+159-122
- libyara/modules/elf/elf.c
- libyara/modules/hash/hash.c
- libyara/modules/macho/macho.c
- libyara/modules/magic/magic.c
- libyara/modules/math/math.c
- libyara/modules/module_list+4
- libyara/modules/pb_tests/pb_tests.c+240
- libyara/modules/pb_tests/pb_tests.pb-c.c+916
- libyara/modules/pb_tests/pb_tests.pb-c.h+322
- libyara/modules/pb_tests/pb_tests.proto+61
- libyara/modules/pb_tests/yara.pb-c.h+5
- libyara/modules/pe/pe.c+92-70
- libyara/modules/pe/pe_utils.c
- libyara/modules/tests/tests.c
- libyara/modules/time/time.c
- libyara/object.c+59-33
- libyara/parser.c+41-10
- libyara/pb/yara.proto+39
- libyara/re.c-3
- libyara/scanner.c+3
- libyara/sizedstr.c+22-2
- sample.rules+2-1
- tests/BUILD.bazel+1
- tests/data/33fc70f99be6d2833ae48852d611c8048d0c053ed0b2c626db4dbe902832a08b
- tests/data/test-pb.data+26
- tests/data/test-pb.data.bin+4
- tests/data/weird_rich
- tests/oss-fuzz/dotnet_fuzzer_corpus/clusterfuzz-testcase-minimized-dotnet_fuzzer-5195285818507264
- tests/oss-fuzz/rules_fuzzer_corpus/4+1
- tests/oss-fuzz/rules_fuzzer_corpus/5+1
- tests/oss-fuzz/rules_fuzzer_corpus/6+1
- tests/oss-fuzz/rules_fuzzer_corpus/7+1
- tests/oss-fuzz/rules_fuzzer_corpus/8+1
- tests/test-dotnet.c+10
- tests/test-pb.c+61
- tests/test-pe.c+12
- tests/test-rules.c+117
- tests/util.c+75-20
- tests/util.h+36-7
- windows/vs2015/libyara/libyara.vcxproj+11-11
- windows/vs2017/libyara/libyara.vcxproj+12-12
0 commit comments