We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in IDA version 9 ida_bytes bin_search3 became bin_search as in this: Commit 22368fb which isn't in the release, causing it to crash on IDA9
ida_bytes
bin_search3
bin_search
pip install flare-capa capa --version (capa 7.4.0) run plugin in in IDA9
Expected behavior:
lots of lovely matches
Actual behavior:
ida_bytes' has no attribute 'bin_search3'
CAPA 7.4.0 IDA 9 python3 3.10 windows11
The text was updated successfully, but these errors were encountered:
Yes, we need a new release to have the fix available.
Sorry, something went wrong.
No branches or pull requests
Description
in IDA version 9
ida_bytes
bin_search3
becamebin_search
as in this:Commit 22368fb
which isn't in the release, causing it to crash on IDA9
Steps to Reproduce
pip install flare-capa
capa --version (capa 7.4.0)
run plugin in in IDA9
Expected behavior:
lots of lovely matches
Actual behavior:
ida_bytes' has no attribute 'bin_search3'
Versions
CAPA 7.4.0
IDA 9
python3 3.10
windows11
The text was updated successfully, but these errors were encountered: