1 file changed
+1
-1
lines changed- .github/workflows/build.yml+1-1
- .readthedocs.yaml+35
- README.md+3
- configure.ac+1-4
- docs/commandline.rst+6
- docs/conf.py+1-1
- docs/requirements.txt+1
- docs/writingmodules.rst+11-11
- docs/yarapython.rst+8-5
- libyara/base64.c+1-1
- libyara/exec.c-7
- libyara/include/authenticode-parser/authenticode.h+2
- libyara/include/yara/libyara.h+1-1
- libyara/include/yara/pe.h+15-14
- libyara/include/yara/types.h+5
- libyara/modules/dex/dex.c+14-18
- libyara/modules/dotnet/dotnet.c+30-60
- libyara/modules/pe/authenticode-parser/authenticode.c+5-48
- libyara/modules/pe/authenticode-parser/certificate.c+98
- libyara/modules/pe/authenticode-parser/certificate.h+4
- libyara/modules/pe/authenticode-parser/countersignature.c+14-1
- libyara/modules/pe/pe.c+102-78
- libyara/modules/pe/pe_utils.c+23-33
- libyara/proc/linux.c+5-3
- libyara/re.c+7-6
- libyara/re_lexer.c+110-101
- libyara/re_lexer.l+9-6
- tests/test-alignment.c+12-17
- tests/test-math.c+8
- tests/test-rules.c+31
- yara.man+3
0 commit comments