From 176d9fe6c7d72d3571e0e0486daf7c1ed80f72b8 Mon Sep 17 00:00:00 2001 From: mahaloz Date: Mon, 11 Sep 2023 12:17:43 -0700 Subject: [PATCH] typo --- setup.py | 2 +- tests/test_rex.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ddf84d8..27cc053 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'povsim', 'compilerex', 'pwntools', - 'flakey', + 'flaky', ], package_data={ 'rex.scripter.templates': ['*.j2'] diff --git a/tests/test_rex.py b/tests/test_rex.py index 479c401..63a0ca0 100644 --- a/tests/test_rex.py +++ b/tests/test_rex.py @@ -15,7 +15,7 @@ from angr.state_plugins.trace_additions import FormatInfoStrToInt, FormatInfoDontConstrain from rex.exploit.cgc.type1.cgc_type1_shellcode_exploit import CGCType1ShellcodeExploit -from flakey import flakey +from flaky import flaky bin_location = str(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../../binaries')) cache_location = str(os.path.join(bin_location, 'tests_data/rop_gadgets_cache'))