-
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.
Exposing the process memory iterator interface to Python.
This also updates the yara submodule to 41591cb25f9bd425bd7e58ca6f52a2523b4ed293.
- Loading branch information
1 parent
e65477d
commit 93a3250
Showing
2 changed files
with
190 additions
and
1 deletion.
There are no files selected for viewing
Submodule yara
updated
26 files
+5 −0 | README.md | |
+17 −0 | docs/capi.rst | |
+1 −1 | docs/gettingstarted.rst | |
+2 −2 | docs/modules/dotnet.rst | |
+5 −0 | docs/writingrules.rst | |
+15 −14 | libyara/Makefile.am | |
+5 −1 | libyara/arena.c | |
+18 −17 | libyara/atoms.c | |
+35 −28 | libyara/exec.c | |
+1 −1 | libyara/grammar.c | |
+1 −1 | libyara/grammar.y | |
+1 −1 | libyara/include/yara/arena.h | |
+3 −0 | libyara/include/yara/dotnet.h | |
+11 −2 | libyara/include/yara/proc.h | |
+7 −0 | libyara/include/yara/rules.h | |
+19 −7 | libyara/include/yara/types.h | |
+2 −0 | libyara/libyara.c | |
+3 −0 | libyara/modules.c | |
+10 −1 | libyara/modules/dotnet.c | |
+1 −1 | libyara/modules/pe.c | |
+63 −9 | libyara/parser.c | |
+17 −17 | libyara/proc.c | |
+27 −0 | libyara/rules.c | |
+7 −4 | libyara/scan.c | |
+2 −10 | tests/test-alignment.c | |
+38 −1 | tests/test-rules.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters