-
Notifications
You must be signed in to change notification settings - Fork 55
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
DAILA plugin in IDA dependency issue #72
Comments
Hi @pc9441 do |
Now I get this why I can't seem to have IDA connected to my Python. Cannot determine python library version for "/Users/user/.asdf/installs/python/3.12.7/bin/python": File is not for the correct architecture, expected x86_64 |
I figured out that the only compatible Python is the default XCode provided Python installation that is built as universal binary (mixed ARM/X86 code). The issue is that it's Python 3.9, so that won't be compatible with the supplied libbs
|
I see, I'm not sure I can fix this one than |
I am having issues trying to run DAILA under IDA Pro.
I have installed the plug-in under ~/.idapro/plugins, and IDA is not able to load dependencies for it:
The text was updated successfully, but these errors were encountered: