Skip to content

Commit

Permalink
Update binida.py
Browse files Browse the repository at this point in the history
In IDA 7.6 I get "NameError: name 'idaapi' is not defined"
Adding "import idaapi" at the start solves it.
  • Loading branch information
meir444 authored and stkw0 committed Feb 29, 2024
1 parent 93463c6 commit 08d1f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/binida.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import idaapi
if idaapi.IDA_SDK_VERSION <= 695:
import idc
import idaapi
Expand Down

0 comments on commit 08d1f34

Please sign in to comment.