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'))