Skip to content

Commit

Permalink
Merge pull request #1339 from volatilityfoundation/issues/issue1336
Browse files Browse the repository at this point in the history
Core: Limit capstone to compatible versions
  • Loading branch information
ikelos authored Nov 8, 2024
2 parents 36c0b33 + 6494260 commit 1e871af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ yara-python>=3.8.0

# This is required for several plugins that perform malware analysis and disassemble code.
# It can also improve accuracy of Windows 8 and later memory samples.
capstone>=3.0.5
# FIXME: Version 6.0.0 is incompatible (#1336) so we'll need an adaptor at some point
capstone>=3.0.5,<6.0.0

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

# This is required for memory analysis on a Amazon/MinIO S3 and Google Cloud object storage
gcsfs>=2023.1.0
s3fs>=2023.1.0
s3fs>=2023.1.0

0 comments on commit 1e871af

Please sign in to comment.