- 05 Dec, 2018 2 commits
-
-
Victor M. Alvarez authored
-
- 03 Aug, 2018 1 commit
-
-
Victor M. Alvarez authored
-
- 01 Aug, 2018 1 commit
-
-
Fix regression in "includes" argument in yara.compile. With includes=True includes were being disabled instead of enabled. Closes #78.
Victor M. Alvarez authored
-
- 30 Jul, 2018 1 commit
-
-
* Fix regression in which_callbacks. * Add test to detect regression fixed in 367290a586ef7b7f83e5db265bfe39b57847473e. * Fix typo in previous commit. * Remove redundant conditional.
Wesley Shields authored
-
- 31 Oct, 2017 1 commit
-
-
* stable on python 2 * Stable on python 2 and 3 (fixed utf-8 and ascii encoding issues) * Still needs compatible yara submodule update once pull request accepted * * Fixed all encoding issues * Proper error handling * Updating yara submodule to reference yara patched with include callback support * Updating submodule's branch * Updating yara submodule * Updating yara submodule * Updating yara submodule * Updating yara submodule * Submodule update * * Fixing memory leaks * Fixing errors handling * making error messages order consistent between include_callback and default yara behaviour * Removing exception printing when callback fails * Minor re-styling. * Destroy compiler if PyCallable_Check(include_callback) fails. * References to Py_None should be increased. * Use Py_DECREF instead of Py_XDECREF for references that can't be NULL. * Minor re-styling. * Fix reference leak. After calling Py_INCREF(include_callback) some code paths were leading to a return without calling Py_DECREF. Calling Py_INCREF before yr_compiler_set_include_callback is not necessary, as this function doesn't yield control to Python, but it should be called before yr_compiler_add_XX. * Remove unnecessary calls to Py_INCREF/Py_DECREF. The references were already incremented in yara_compile. * Implement test case for include callbacks * Point yara submodule to official repository.
Victor M. Alvarez authored
-
- 25 Oct, 2017 1 commit
-
-
Add a 'which_callbacks' keyword to match(), which limits when the Python callback will be called.
Wesley Shields authored
-
- 07 Oct, 2017 2 commits
-
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
- 29 Aug, 2017 1 commit
-
-
Alexander Bertsch authored
-
- 28 Aug, 2017 1 commit
-
-
Victor M. Alvarez authored
-
- 16 May, 2017 1 commit
-
-
plusvic authored
-
- 15 Jun, 2016 1 commit
-
-
plusvic authored
-
- 31 Jan, 2016 1 commit
-
- 11 Nov, 2015 1 commit
-
- 23 Oct, 2015 1 commit
-
- 11 Sep, 2015 1 commit
-
-
Victor M. Alvarez authored
-