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 for tornado/asyncio.set_event_loop on Windows and Python 3.8 #13

Closed OevreFlataeker closed 4 years ago

OevreFlataeker commented 4 years ago

Fix for tornado/asyncio.set_event_loop on Windows and Python 3.8

Mitigated by setting a default policy during socket setup.

ioncodes commented 4 years ago

Will check this out ASAP 🎉

ioncodes commented 4 years ago

I'll be finally checking this out today! Will test it locally and if it works I'll be releasing a new version in the next hours.

ioncodes commented 4 years ago

Just gave this PR a shot locally and it seems to work fine without breaking anything in earlier versions of IDA as well! Thanks for the PR!

OevreFlataeker commented 4 years ago

Glad it was of use! Thanks you!