1 file changed
+1
-1
lines changed- .gitignore+4-1
- .travis.yml+32-1
- BUILD.bazel+285
- CONTRIBUTORS+1
- Makefile.am+10-1
- README.md+3-1
- WORKSPACE+65
- common.h+20-2
- configure.ac+1
- docs/commandline.rst+1-1
- docs/gettingstarted.rst+10
- docs/index.rst+1-1
- docs/modules/dotnet.rst+11
- docs/modules/hash.rst+14
- docs/modules/pe.rst+17-9
- docs/writingmodules.rst+11-8
- docs/writingrules.rst+40-6
- libyara/Makefile.am+5-2
- libyara/atoms.c+23-19
- libyara/compiler.c+14-1
- libyara/exec.c+39-15
- libyara/grammar.c+705-525
- libyara/grammar.h+3-2
- libyara/grammar.y+142-15
- libyara/hex_grammar.c+38-25
- libyara/hex_grammar.y+19-6
- libyara/include/yara/atoms.h+2-2
- libyara/include/yara/dotnet.h+11
- libyara/include/yara/error.h+2
- libyara/include/yara/globals.h+3-2
- libyara/include/yara/object.h+5
- libyara/include/yara/parser.h+1-1
- libyara/include/yara/re.h-1
- libyara/include/yara/rules.h+4
- libyara/include/yara/stopwatch.h+4-9
- libyara/include/yara/types.h+54-4
- libyara/lexer.c+6-1
- libyara/lexer.l+6-1
- libyara/libyara.c+2-2
- libyara/mem.c-2
- libyara/modules/dex.c+2-4
- libyara/modules/dotnet.c+37-12
- libyara/modules/elf.c-2
- libyara/modules/hash.c+123
- libyara/modules/pe.c+30-31
- libyara/modules/time.c+2-1
- libyara/object.c+8
- libyara/parser.c+97-97
- libyara/proc.c+5-1
- libyara/re.c+62-17
- libyara/rules.c+19-1
- libyara/scan.c+90-35
- libyara/scanner.c+4-2
- libyara/stopwatch.c-5
- sandbox/BUILD.bazel+125
- sandbox/collect_matches.cc+68
- sandbox/collect_matches.h+41
- sandbox/sandboxed_yara.cc+139
- sandbox/yara_entry_points.cc+230
- sandbox/yara_matches.proto+63
- sandbox/yara_transaction.cc+161
- sandbox/yara_transaction.h+128
- sandbox/yara_transaction_test.cc+183
- tests/BUILD.bazel+194
- tests/data/0ca09bde7602769120fadc4f7a4147347a7a97271370583586c9e587fd396171
- tests/data/xornocase.out
- tests/data/xorwideandascii.out
- tests/oss-fuzz/dotnet_fuzzer_corpus/clusterfuzz-testcase-minimized-dotnet_fuzzer-5105966966636544
- tests/test-alignment.c+1-1
- tests/test-api.c+2
- tests/test-atoms.c+3
- tests/test-bitmask.c+2
- tests/test-dex.c+1
- tests/test-dotnet.c+67
- tests/test-elf.c+1
- tests/test-macho.c+1
- tests/test-pe.c+11
- tests/test-re-split.c+83
- tests/test-rules.c+170-8
- tests/test-stack.c+2
- tests/util.c+7-5
- yara.c+1-1
0 commit comments