Skip to content

Commit

Permalink
Merge pull request #22 from zeze-zeze/master
Browse files Browse the repository at this point in the history
  • Loading branch information
L4ys authored Feb 25, 2022
2 parents a4af05a + 9a92e69 commit 833cdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LazyIDA.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def activate(self, ctx):
t0, t1, view = idaapi.twinpos_t(), idaapi.twinpos_t(), idaapi.get_current_viewer()
if idaapi.read_selection(view, t0, t1):
start, end = t0.place(view).toea(), t1.place(view).toea()
size = end - start
size = end - start + 1
elif idc.get_item_size(idc.get_screen_ea()) > 1:
start = idc.get_screen_ea()
size = idc.get_item_size(start)
Expand Down

0 comments on commit 833cdd2

Please sign in to comment.