Skip to content

Commit

Permalink
typo - detected when testing with IDA 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Halbronn committed Feb 7, 2018
1 parent 89ac3b9 commit 582a665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_ida/SyncPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def req_rln(self, hash):

print("[*] 0x%x - 0x%x - 0x%x - 0x%x" % (raddr, rbase, offset, base))

addr = self.rebase(rbase, raddr)
addr = self.rebase(base, raddr)
if not addr:
print("[*] could not rebase this address (0x%x)" % raddr)
return
Expand Down

0 comments on commit 582a665

Please sign in to comment.