-
Notifications
You must be signed in to change notification settings - Fork 566
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 7.5 compatibility #2371
Comments
|
Good find, we'll have to add a compat layer to support the older IDA API here. |
@mr-tz, since we don't have automated CI tests for IDA yet, I'd recommend adding an information header to test_ida_features.py that clearly displays the timestamp, IDA and IDAPython versions used and other params to be linked to pull requests by contributers. |
Description
I've used capa ida plugin and decided to update it
I've uninstalled previous flare-capa package, then installed it again
I also removed old rules and pulled new ones
Then when i tried to use plugin, i got following error:
Which i'm assuming is because IDA 7.5 SDK doesn't have such thing as
compiled_binpat_vec_t
Can berelated to #2011Steps to Reproduce
Pretty much described above
Expected behavior:
Plugin works properly (IDA 7.5 should be supported by capa plugin afaik (?))
Actual behavior:
AttributeError: module 'ida_bytes' has no attribute 'compiled_binpat_vec_t'
Versions
IDA Pro 7.5
Latest capa version (7.2.0)
Python 3.8.10
Additional Information
Can be fixed by adding backward-compatibility layer to an API described above
The text was updated successfully, but these errors were encountered: