Skip to content

Commit

Permalink
Fixed issue reported by DeeLMind
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Roberts committed Aug 30, 2018
1 parent 36df402 commit 7097ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/formatDetector.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def checkFormat(binary_name,inputType="STDIN"):
if inputType == "STDIN":
state = p.factory.full_init_state(args=argv)
elif inputType == "LIBPWNABLE":
handle_connect = p.loader.main_object.get_symbol('handle_connection')
handle_connection = p.loader.main_object.get_symbol('handle_connection')
state = p.factory.entry_state(addr=handle_connection.rebased_addr)
else:
arg = claripy.BVS("arg1", 300 * 8)
Expand Down

0 comments on commit 7097ff2

Please sign in to comment.