From a3056cadf2b675aae829bac8de3b39a39fc79539 Mon Sep 17 00:00:00 2001 From: Alexey Vishnyakov Date: Fri, 1 Sep 2023 09:51:41 +0300 Subject: [PATCH] Update capstone to 5.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b383d7..b15f5de 100755 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def fullsplit(path, result=None): author_email = "jonathan.salwan@gmail.com", url = "https://github.com/JonathanSalwan/ROPgadget", scripts = ['scripts/ROPgadget'], - install_requires = ['capstone>=5.0.0rc2'], + install_requires = ['capstone>=5.0.1'], classifiers = [ 'Topic :: Security', 'Environment :: Console',