From 0b6f351146e7ab05c055c592335d9e975c437bd6 Mon Sep 17 00:00:00 2001 From: profesorek96 Date: Thu, 10 Nov 2022 23:59:54 +0100 Subject: [PATCH] fix #1364: update unicorn to 2.0.1 (#1366) Removed version lib unicorn in file requirements.txt. This change allow run pwndbg in Parallels MacBook with M1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 52f91b2a8..bcb339ce7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ pycparser==2.21 pyelftools==0.29 Pygments==2.13.0 ROPGadget==7.1 -unicorn==2.0.0; python_version >= '3.7' +unicorn==2.0.1; python_version >= '3.7' unicorn==2.0.0rc7; python_version < '3.7'