Skip to content

Commit 6494260

Browse files
committed
Core: Limit capstone to compatible versions
1 parent efa4959 commit 6494260

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ yara-python>=3.8.0
99

1010
# This is required for several plugins that perform malware analysis and disassemble code.
1111
# It can also improve accuracy of Windows 8 and later memory samples.
12-
capstone>=3.0.5
12+
# 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
1314

1415
# This is required by plugins that decrypt passwords, password hashes, etc.
1516
pycryptodome
@@ -19,4 +20,4 @@ leechcorepyc>=2.4.0; sys_platform != 'darwin'
1920

2021
# This is required for memory analysis on a Amazon/MinIO S3 and Google Cloud object storage
2122
gcsfs>=2023.1.0
22-
s3fs>=2023.1.0
23+
s3fs>=2023.1.0

0 commit comments

Comments
 (0)