Skip to content

Commit

Permalink
fixed hex value lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
0xd3xt3r committed May 19, 2020
1 parent 59ce329 commit c664729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwnlib/commandline/cyclic.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def main(args):

try:
pat = packing.pack(int(pat, 0), subsize*8)
pat = pat.decode('utf-8')
except ValueError:
pass

Expand Down

0 comments on commit c664729

Please sign in to comment.