Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yara-python
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
yara-python
Graph
ead394d8b75a0704d9e2e97be561e05acbce3870
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
21
Jun
26
Apr
16
18
Mar
16
15
12
23
Feb
3
27
Jan
18
14
4
24
Dec
19
Oct
2
Sep
26
Jun
12
15
May
29
Apr
23
21
24
Mar
7
Jan
9
Dec
20
Nov
13
10
Oct
24
Sep
2
May
29
Apr
26
22
Feb
17
5
Dec
25
Oct
27
Aug
16
15
14
8
6
3
2
1
30
Jul
25
31
Jan
10
Nov
9
8
7
1
31
Oct
30
27
25
17
16
13
7
30
Sep
29
Aug
16
Jul
13
30
Jun
27
31
May
22
19
18
17
16
15
8
5
25
Apr
17
Mar
16
15
7
Feb
27
Jan
9
20
Oct
3
Aug
29
Jul
25
2
30
Jun
29
20
15
23
Feb
31
Jan
22
1
26
Nov
11
23
Oct
25
Sep
24
23
15
11
CALLBACK_MSG_TOO_MANY_MATCHES now also passes rule identifier and rule (#181)
Update yara submodule.
v4.1.0
v4.1.0
Allow the "match" function to accept pid=0 as an argument.
Bump version number to 4.1.0.
Update YARA submodule.
Rename warning_callback to warnings_callback for coherency with modules_callback.
Finally fix #170.
Fix performance issue with non-matching rules when no callback is provided.
Refactor yara_callback.
Fix compatibility with Python 2.7 and improve warning message.
Improve callback function performance and fix build on MacOS (#175)
Update YARA submodule.
Add support for exposing runtime warnings via a callback. (#160)
Added check for stdbool.h header and forcing its use (#159)
Changed setup.py to build hash support on Windows (#167)
Closes #164.
Allow using the latest version of "wheel" instead of enforcing version 0.29.0.
Upgrade to jansson 2.13 and start building for Python 3.9. (#161)
Update YARA submodule.
Update YARA submodule.
Remove unnecessary build matrix from .travis.yml.
Build with Python 3.8 and 3.9 in Travis CI.
Update YARA submodule.
Update yara submodule and stop using deprecated fields.
Update YARA submodule.
Use boolean AND operator (&&) instead of bitwise operator (&).
Print all warnings with error_on_warning (#157)
Allow a Py_buffer as data for Rules_match (#152)
Bump version to 4.0.2
v4.0.2
v4.0.2
Fix issue #149.
Bump version number to 4.0.1
v4.0.1
v4.0.1
Force C99 while compiling statically. (#145)
Update yara submodule.
v4.0.0
v4.0.0
Support a "is_global" and "is_private" member on Rules. (#130)
Upgrade yara submodule.
Adapt to changes in YARA v4.0 API (#141)
Fix issue #136 for Python 2.7 too. (#140)
Handle invalid unicode in metadata values. (#136)
Fix deprecation warnings due to invalid escape sequences. (#139)
Update YARA submodule.