ioncodes / idacode

An integration for IDA and VS Code which connects both to easily execute and debug IDAPython scripts.
725 stars 77 forks source link

NameError: name 'idaaip' is not defined #39

Open x0dm opened 1 year ago

x0dm commented 1 year ago

Hello, I am using idaaip.ask here_ File (...), prompt in IDA: NameError: name 'idaaip' is not defined. But this script can be run by directly loading it in ida. How can I configure it?

ioncodes commented 1 year ago

Have you already tried specifically importing that package in your script?