1 file changed
+1
-1
lines changed- .github/workflows/build.yml+24-24
- README.md+1
- bazel/magic.BUILD+3-3
- bazel/yara_deps.bzl+3-3
- cli/yara.c+4-3
- docs/yarapython.rst+1-1
- libyara/exception.h+145-51
- libyara/exec.c+21-7
- libyara/hex_lexer.c+26-26
- libyara/hex_lexer.l-1
- libyara/include/authenticode-parser/authenticode.h+4-4
- libyara/include/yara/globals.h+7
- libyara/include/yara/hex_lexer.h+6
- libyara/include/yara/lexer.h+10-4
- libyara/include/yara/re_lexer.h+14-3
- libyara/include/yara/types.h+6-4
- libyara/lexer.c+90-90
- libyara/lexer.l-1
- libyara/libyara.c+11
- libyara/modules/dex/dex.c+1-1
- libyara/modules/dotnet/dotnet.c+7-7
- libyara/modules/elf/elf.c+62-73
- libyara/modules/hash/hash.c+10-10
- libyara/modules/macho/macho.c+1-1
- libyara/modules/magic/magic.c+10-6
- libyara/modules/math/math.c+77-55
- libyara/modules/pe/authenticode-parser/authenticode.c+505-564
- libyara/modules/pe/authenticode-parser/certificate.c+293-316
- libyara/modules/pe/authenticode-parser/certificate.h+7-14
- libyara/modules/pe/authenticode-parser/countersignature.c+548-303
- libyara/modules/pe/authenticode-parser/countersignature.h+11-22
- libyara/modules/pe/authenticode-parser/helper.c+31-37
- libyara/modules/pe/authenticode-parser/helper.h+11-16
- libyara/modules/pe/authenticode-parser/structs.c+28-46
- libyara/modules/pe/authenticode-parser/structs.h+39-52
- libyara/modules/pe/pe.c+4-3
- libyara/proc/mach.c+11-1
- libyara/re.c+24-14
- libyara/re_lexer.c+34-34
- libyara/re_lexer.l-1
- libyara/rules.c+5-7
- libyara/scan.c+8-9
- libyara/scanner.c+67-46
- tests/test-exception.c+8-4
- tests/test-macho.c+6
- tests/test-math.c+73-1
- tests/test-pe.c+18
- tests/test-rules.c+84-32
- tests/util.c+3-2
- tests/util.h+295-228
0 commit comments