- 25 Jul, 2018 1 commit
-
-
Victor M. Alvarez authored
-
- 31 Jan, 2018 1 commit
-
-
Victor M. Alvarez authored
-
- 10 Nov, 2017 1 commit
-
-
Victor M. Alvarez authored
-
- 09 Nov, 2017 1 commit
-
-
Victor M. Alvarez authored
-
- 08 Nov, 2017 1 commit
-
-
Victor M. Alvarez authored
-
- 07 Nov, 2017 9 commits
-
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
- 01 Nov, 2017 3 commits
-
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
- 31 Oct, 2017 5 commits
-
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
* 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 -
Victor M. Alvarez authored
-
- 30 Oct, 2017 3 commits
-
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
- 27 Oct, 2017 1 commit
-
-
Victor M. Alvarez authored
-
- 25 Oct, 2017 4 commits
-
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Add a 'which_callbacks' keyword to match(), which limits when the Python callback will be called.
Wesley Shields authored
-
- 17 Oct, 2017 9 commits
-
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Victor M. Alvarez authored
-
Revert "Add a 'which_callback' keyword to match(), which limits when the python callback will be called." This reverts commit e2cb4e39.
Victor M. Alvarez authored -
Victor M. Alvarez authored
-
- 16 Oct, 2017 1 commit
-
-
Victor M. Alvarez authored
-