Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed Sep 11, 2023
1 parent 77b6d49 commit 176d9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'povsim',
'compilerex',
'pwntools',
'flakey',
'flaky',
],
package_data={
'rex.scripter.templates': ['*.j2']
Expand Down
2 changes: 1 addition & 1 deletion tests/test_rex.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 176d9fe

Please sign in to comment.