We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78caa7b commit 23fcf15Copy full SHA for 23fcf15
__init__.py
@@ -44,12 +44,14 @@
44
('3.1.3469', '3.1.3469', '3469sigscan.dll'),
45
('3.2.3814', '3.2.3814', '3814sigscan.dll'),
46
('3.3.3996', '3.3.3996', '3996sigscan.dll'),
47
+ ('3.4.4271', '3.4.4271', '4203sigscan.dll'),
48
('DEV', 'DEV', '4203sigscan.dll')
49
]
50
linux_files = [
51
('3.1.3469', '3.1.3469', '3469libsigscan.so'),
52
('3.2.3814', '3.2.3814', '3814libsigscan.so'),
53
('3.3.3996', '3.3.3996', '3996libsigscan.so'),
54
+ ('3.4.4271', '3.4.4271', '4203libsigscan.so'),
55
('DEV', 'DEV', '4203libsigscan.so')
56
57
darwin_files = []
0 commit comments