x64dbg/x64dbgida

Ida 7.1 import errors

pcmenke opened this issue · 2 comments

Ida 7.1 doesn't import idaapi by default,
First line of the file need to add

import idaapi
if idaapi.IDA_SDK_VERSION <= 695:
   ...............

Feel free to send a pull request:)

This issue can be closed :)