-
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
26 files
+1 −1 | README.md | |
+8 −0 | appveyor.yml | |
+54 −37 | cli/threading.c | |
+21 −12 | cli/threading.h | |
+90 −80 | cli/yara.c | |
+19 −7 | docs/capi.rst | |
+20 −1 | libyara/Makefile.am | |
+294 −309 | libyara/grammar.c | |
+0 −15 | libyara/grammar.y | |
+0 −6 | libyara/include/yara/compiler.h | |
+0 −4 | libyara/include/yara/sizedstr.h | |
+8 −3 | libyara/include/yara/types.h | |
+2,364 −2,365 | libyara/lexer.c | |
+0 −13 | libyara/lexer.l | |
+3 −14 | libyara/proc.c | |
+12 −13 | libyara/proc/linux.c | |
+6 −6 | libyara/scanner.c | |
+3 −3 | tests/test-api.c | |
+1 −1 | tests/test-async.c | |
+1 −1 | tests/test-dotnet.c | |
+1 −1 | tests/test-macho.c | |
+1 −0 | tests/test-pb.c | |
+1 −1 | tests/test-pe.c | |
+14 −30 | tests/test-rules.c | |
+13 −7 | tests/util.c | |
+7 −4 | tests/util.h |