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

Fix python2 support #17

Closed Andoryuuta closed 3 years ago

Andoryuuta commented 4 years ago

Python 2 support was broken in PR #13 due to a new ascynio import, added interpreter version check to resolve this.

ioncodes commented 4 years ago

Nice catch! Will test this locally as soon as I can and then merge it!