File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # v2.8.0 (2019-05-16)
4
+
5
+ * New: Added support for ` pe.iconhash() ` function.
6
+
3
7
# v2.7.0 (2019-04-30)
4
8
5
9
* New: Methods for manipulation of rule name and tags ([ #27 ] ( https://github.com/avast/yaramod/issues/27 ) ).
Original file line number Diff line number Diff line change 10
10
#define STR (x ) STR_HELPER(x)
11
11
12
12
#define YARAMOD_VERSION_MAJOR 2
13
- #define YARAMOD_VERSION_MINOR 7
13
+ #define YARAMOD_VERSION_MINOR 8
14
14
#define YARAMOD_VERSION_PATCH 0
15
15
#define YARAMOD_VERSION_ADDEND " "
16
16
17
17
#define YARAMOD_VERSION STR (YARAMOD_VERSION_MAJOR) "." STR(YARAMOD_VERSION_MINOR) "." STR(YARAMOD_VERSION_PATCH) YARAMOD_VERSION_ADDEND
18
18
19
- #define YARA_SYNTAX_VERSION " 3.8 "
19
+ #define YARA_SYNTAX_VERSION " 3.10 "
20
20
21
21
#include < memory>
22
22
You can’t perform that action at this time.
0 commit comments