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.
2 parents 36c0b33 + 6494260 commit 1e871afCopy full SHA for 1e871af
requirements.txt
@@ -9,7 +9,8 @@ yara-python>=3.8.0
9
10
# This is required for several plugins that perform malware analysis and disassemble code.
11
# It can also improve accuracy of Windows 8 and later memory samples.
12
-capstone>=3.0.5
+# FIXME: Version 6.0.0 is incompatible (#1336) so we'll need an adaptor at some point
13
+capstone>=3.0.5,<6.0.0
14
15
# This is required by plugins that decrypt passwords, password hashes, etc.
16
pycryptodome
@@ -19,4 +20,4 @@ leechcorepyc>=2.4.0; sys_platform != 'darwin'
19
20
21
# This is required for memory analysis on a Amazon/MinIO S3 and Google Cloud object storage
22
gcsfs>=2023.1.0
-s3fs>=2023.1.0
23
+s3fs>=2023.1.0
0 commit comments