From af4198660ea2d61177e45880c817c6c1f47e30ab Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Sat, 9 Oct 2021 02:08:24 +0200 Subject: [PATCH] Bump capstone to 4.0.2 We will e.g. have https://github.com/aquynh/capstone/pull/1625 which is useful for debugging Pwndbg capstone related features --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0be1bd51c..b91f8488c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ python-ptrace>=0.8 ROPgadget six pygments -capstone==4.0.1 +capstone==4.0.2 enum34 pytest testresources