Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDA 8.4 crashes in FlareVM when running python scripts #1017

Closed
emtuls opened this issue Apr 26, 2024 · 2 comments
Closed

IDA 8.4 crashes in FlareVM when running python scripts #1017

emtuls opened this issue Apr 26, 2024 · 2 comments
Labels
🐛 bug Something isn't working 👩‍🦱 IDA Related to IDA or an IDA plugin 🌀 FLARE-VM A package or feature to be used by FLARE-VM ❔ discussion Further discussion is needed

Comments

@emtuls
Copy link
Member

emtuls commented Apr 26, 2024

What's the problem?

There was an issue raised from user feedback that IDA 8.4 may sometimes crash when running python scripts.

It was suggested from Igor that upgrading to Python 3.12 may fix this issue and per user feedback, this did seem to work.

@Ana06 We may want to look into making our default Python installation be version 3.12 to avoid this potential issue for other users.

Steps to Reproduce

Attempt to use python script with IDA Pro 8.4.

Environment

Environment Agnostic

Additional Information

No response

Detected by test suite

No

@emtuls emtuls added 🐛 bug Something isn't working ❔ discussion Further discussion is needed 🌀 FLARE-VM A package or feature to be used by FLARE-VM 😕 needs info Further information is needed labels Apr 26, 2024
@Ana06
Copy link
Member

Ana06 commented Apr 29, 2024

This looks to me like an IDA Pro bug (and not a FLARE-VM bug) related to the following mentioned in the release note:

BUGFIX: IDAPython: IDAPython would fail to initialize on Python 3.12 release due to missing 'imp' module

Updating to Python Python 3.12 may fix IDA Pro, but may break other tools and libraries. So, I think we should not try to fix this IDA bug in FLARE-VM. I think supporting only the latest IDA version in IDA python is an important IDA Pro bug and I expect IDA to resolve it fast.

@Ana06 Ana06 added 🐛 bug Something isn't working and removed 😕 needs info Further information is needed 🐛 bug Something isn't working labels Apr 29, 2024
@Ana06 Ana06 added the 👩‍🦱 IDA Related to IDA or an IDA plugin label May 7, 2024
@Ana06 Ana06 mentioned this issue May 24, 2024
@Ana06
Copy link
Member

Ana06 commented Jun 4, 2024

The bug has been fixed in IDA Pro v8.4.240527 so I think we can close this issue.

@Ana06 Ana06 closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 👩‍🦱 IDA Related to IDA or an IDA plugin 🌀 FLARE-VM A package or feature to be used by FLARE-VM ❔ discussion Further discussion is needed
Projects
None yet
Development

No branches or pull requests

2 participants