Commit 3e1f9cf
1 file changed
+1
-1
lines changed- .gitattributes-4
- .github/workflows/build.yml+2-9
- .github/workflows/coverity.yml-31
- AUTHORS-1
- CONTRIBUTORS-1
- Makefile.am+1-5
- README.md-1
- SECURITY.md-16
- bazel/yara.bzl-22
- cli/yara.c+1-11
- configure.ac+1-14
- docs/capi.rst+4-4
- docs/commandline.rst+2-2
- docs/conf.py+1-1
- docs/gettingstarted.rst-7
- docs/modules/dotnet.rst-105
- docs/modules/elf.rst-11
- docs/modules/pe.rst-119
- docs/writingrules.rst+3-35
- docs/yarapython.rst+1-6
- libyara/Makefile.am-18
- libyara/arena.c+50-85
- libyara/atoms.c-2
- libyara/compiler.c-7
- libyara/exec.c+31-181
- libyara/grammar.c+774-1.2k
- libyara/grammar.h+1-1
- libyara/grammar.y+195-247
- libyara/hash.c+3-3
- libyara/hex_grammar.c+1.3k-1.2k
- libyara/hex_grammar.h+24-44
- libyara/hex_grammar.y+1-23
- libyara/hex_lexer.c+83-127
- libyara/hex_lexer.l-27
- libyara/include/authenticode-parser/authenticode.h-206
- libyara/include/tlshc/tlsh.h-64
- libyara/include/yara/compiler.h+7-8
- libyara/include/yara/dotnet.h+8-207
- libyara/include/yara/elf.h-9
- libyara/include/yara/elf_utils.h-34
- libyara/include/yara/error.h-1
- libyara/include/yara/exec.h+74-77
- libyara/include/yara/libyara.h+1-1
- libyara/include/yara/parser.h+2-4
- libyara/include/yara/pe.h+18-12
- libyara/include/yara/pe_utils.h+5
- libyara/include/yara/re.h+33-37
- libyara/include/yara/simple_str.h-21
- libyara/include/yara/types.h-11
- libyara/include/yara/unaligned.h-117
- libyara/lexer.c+13-11
- libyara/lexer.l+7-5
- libyara/modules/dotnet/dotnet.c+151-1.8k
- libyara/modules/elf/elf.c+20-403
- libyara/modules/pe/authenticode-parser/authenticode.c-716
- libyara/modules/pe/authenticode-parser/certificate.c-444
- libyara/modules/pe/authenticode-parser/certificate.h-52
- libyara/modules/pe/authenticode-parser/countersignature.c-413
- libyara/modules/pe/authenticode-parser/countersignature.h-64
- libyara/modules/pe/authenticode-parser/helper.c-90
- libyara/modules/pe/authenticode-parser/helper.h-73
- libyara/modules/pe/authenticode-parser/structs.c-96
- libyara/modules/pe/authenticode-parser/structs.h-124
- libyara/modules/pe/pe.c+248-257
- libyara/modules/pe/pe_utils.c+51
- libyara/notebook.c+7-7
- libyara/parser.c+65-76
- libyara/re.c+37-175
- libyara/re_grammar.c+703-596
- libyara/re_grammar.h+21-36
- libyara/re_lexer.c+6-6
- libyara/rules.c+5-5
- libyara/scan.c+7-35
- libyara/simple_str.c-135
- libyara/strutils.c-2
- libyara/tlshc/tlsh.c-80
- libyara/tlshc/tlsh_impl.c-1.2k
- libyara/tlshc/tlsh_impl.h-111
- libyara/tlshc/tlsh_util.c-3.8k
- libyara/tlshc/tlsh_util.h-22
- tests/BUILD.bazel+3-4
- tests/data/756684f4017ba7e931a26724ae61606b16b5f8cc84ed38a260a34e50c5016f59
- tests/test-alignment.c+9-14
- tests/test-atoms.c-9
- tests/test-dotnet.c-48
- tests/test-pe.c+1-122
- tests/test-rules.c+4-238
- windows/vs2015/libyara/libyara.vcxproj+5-14
- windows/vs2017/libyara/libyara.vcxproj+5-14
0 commit comments