-
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
21 files
+24 −0 | Makefile.am | |
+1 −0 | README.md | |
+12 −7 | cli/yara.c | |
+3 −3 | docs/conf.py | |
+2 −2 | docs/gettingstarted.rst | |
+2 −2 | libyara/atoms.c | |
+9 −5 | libyara/exec.c | |
+18 −0 | libyara/filemap.c | |
+1 −1 | libyara/include/yara/arena.h | |
+33 −29 | libyara/modules/dotnet/dotnet.c | |
+2 −1 | libyara/modules/elf/elf.c | |
+118 −76 | libyara/modules/pe/pe.c | |
+0 −1 | libyara/parser.c | |
+22 −0 | libyara/scan.c | |
+10 −0 | libyara/scanner.c | |
+3 −0 | tests/BUILD.bazel | |
+ − | tests/data/elf_with_imports | |
+91 −0 | tests/test-api.c | |
+12 −0 | tests/test-elf.c | |
+2 −1 | tests/test-magic.c | |
+14 −0 | tests/test-rules.c |