-
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
16 files
+1 −1 | appveyor.yml | |
+1 −0 | docs/modules/elf.rst | |
+11 −16 | docs/writingrules.rst | |
+6 −4 | libyara/arena.c | |
+5 −5 | libyara/filemap.c | |
+1 −1 | libyara/include/yara/arena.h | |
+2 −2 | libyara/include/yara/filemap.h | |
+2 −0 | libyara/include/yara/strutils.h | |
+4 −0 | libyara/include/yara/types.h | |
+42 −23 | libyara/modules/macho/macho.c | |
+2 −1 | libyara/modules/pe/pe.c | |
+13 −6 | libyara/re.c | |
+8 −6 | libyara/scan.c | |
+9 −0 | libyara/scanner.c | |
+8 −0 | libyara/strutils.c | |
+18 −0 | tests/test-api.c |