VirusTotal / vt-ida-plugin

Official VirusTotal plugin for IDA Pro
Apache License 2.0
155 stars 23 forks source link

Crash when starting remote debug session #9

Open ghost opened 4 years ago

ghost commented 4 years ago

When starting remote debugging session (IDA on Linux, debug server on Windows 7) IDA Pro crashes. I managed to isolate the conditions to:

When IDA Pro is run without argument and file is opened later using the File menu, the crash does not occur. I managed to reproduce this issue on clean Xubuntu 19.10 with no additional software installed only packages updated to latest versions as of 12. 3. 2020.

I created same issue for the other plugin as well - https://github.com/danigargu/deREferencing/issues/14.

Xubuntu 19.10 IDA Pro 7.4.191112 Linux x86_64 vt-ida-plugin v0.8 deREferencing plugin as of 12. 3. 2020 (https://github.com/danigargu/deREferencing/commit/65eb1a10b5be4b0a3b6b6c3ed4e46334e6244096)

gerardofn commented 4 years ago

Could you please run the vt-ida plugin in debug mode? Just change the config.py file and set "DEBUG = True". All the information will be showed in the output window, please send it back to me.

Have you tried to run only one of the plugins installed ? Does it crash ?

ghost commented 4 years ago

If either of the plugins is disabled the crash will not occur. It doesn't log anything after starting remote debugging.