Skip to content

Commit

Permalink
Update YARA submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Feb 12, 2024
1 parent ad0ec37 commit 4af4087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yara
Submodule yara updated 50 files
+24 −24 .github/workflows/build.yml
+1 −0 README.md
+3 −3 bazel/magic.BUILD
+3 −3 bazel/yara_deps.bzl
+4 −3 cli/yara.c
+1 −1 docs/yarapython.rst
+145 −51 libyara/exception.h
+21 −7 libyara/exec.c
+26 −26 libyara/hex_lexer.c
+0 −1 libyara/hex_lexer.l
+4 −4 libyara/include/authenticode-parser/authenticode.h
+7 −0 libyara/include/yara/globals.h
+6 −0 libyara/include/yara/hex_lexer.h
+10 −4 libyara/include/yara/lexer.h
+14 −3 libyara/include/yara/re_lexer.h
+6 −4 libyara/include/yara/types.h
+90 −90 libyara/lexer.c
+0 −1 libyara/lexer.l
+11 −0 libyara/libyara.c
+1 −1 libyara/modules/dex/dex.c
+7 −7 libyara/modules/dotnet/dotnet.c
+62 −73 libyara/modules/elf/elf.c
+10 −10 libyara/modules/hash/hash.c
+1 −1 libyara/modules/macho/macho.c
+10 −6 libyara/modules/magic/magic.c
+77 −55 libyara/modules/math/math.c
+505 −564 libyara/modules/pe/authenticode-parser/authenticode.c
+293 −316 libyara/modules/pe/authenticode-parser/certificate.c
+7 −14 libyara/modules/pe/authenticode-parser/certificate.h
+548 −303 libyara/modules/pe/authenticode-parser/countersignature.c
+11 −22 libyara/modules/pe/authenticode-parser/countersignature.h
+31 −37 libyara/modules/pe/authenticode-parser/helper.c
+11 −16 libyara/modules/pe/authenticode-parser/helper.h
+28 −46 libyara/modules/pe/authenticode-parser/structs.c
+39 −52 libyara/modules/pe/authenticode-parser/structs.h
+4 −3 libyara/modules/pe/pe.c
+11 −1 libyara/proc/mach.c
+24 −14 libyara/re.c
+34 −34 libyara/re_lexer.c
+0 −1 libyara/re_lexer.l
+5 −7 libyara/rules.c
+8 −9 libyara/scan.c
+67 −46 libyara/scanner.c
+8 −4 tests/test-exception.c
+6 −0 tests/test-macho.c
+73 −1 tests/test-math.c
+18 −0 tests/test-pe.c
+84 −32 tests/test-rules.c
+3 −2 tests/util.c
+295 −228 tests/util.h

0 comments on commit 4af4087

Please sign in to comment.