-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yara
updated
19 files
+23 −0 | .github/workflows/build.yml | |
+1 −4 | README.md | |
+11 −8 | cli/yara.c | |
+16 −2 | configure.ac | |
+6 −0 | docs/modules/pe.rst | |
+2 −1 | docs/writingmodules.rst | |
+7 −8 | docs/writingrules.rst | |
+1 −1 | libyara/exefiles.c | |
+1 −1 | libyara/include/yara/macho.h | |
+38 −17 | libyara/modules/dotnet/dotnet.c | |
+44 −44 | libyara/modules/elf/elf.c | |
+7 −2 | libyara/modules/macho/macho.c | |
+59 −13 | libyara/modules/pe/pe.c | |
+5 −0 | libyara/proc/linux.c | |
+2 −0 | libyara/tlshc/tlsh_impl.c | |
+11 −1 | libyara/tlshc/tlsh_impl.h | |
+2 −1 | tests/BUILD.bazel | |
+ − | tests/data/05cd06e6a202e12be22a02700ed6f1604e803ca8867277d852e8971efded0650 | |
+21 −0 | tests/test-pe.c |