question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IDA 7.6 not supported

See original GitHub issue

IDA 7.6 is not in the helpers list here: https://github.com/fireeye/capa/blob/cfa904a0a01e972cab67ed92370d7996458240d4/capa/ida/helpers/__init__.py#L21-L26

This causes the plugin to fail to load with

[WARNING] This plugin does not support your IDA Pro version	(__init__:is_supported_ida_version)
[WARNING] Your IDA Pro version is: 7.6. Supported versions are: 7.1, 7.2, 7.3, 7.4, 7.5.	(__init__:is_supported_ida_version)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
Lichtloscommented, Apr 13, 2021

The updated QtWidgets.so files have been provided by Hex-Rays today:

https://www.hex-rays.com/blog/ida-7-6-empty-qtreeview-qtreewidget/

1reaction
williballenthincommented, Apr 28, 2021

7.6sp1 released today including bugfix for this issue: https://www.hex-rays.com/products/ida/news/7_6sp1/

Read more comments on GitHub >

github_iconTop Results From Across the Web

IDA 7.6 not supported · Issue #496 · mandiant/capa - GitHub
after using hexrays' QtWidgets.pyd fix and manually adding 7.6 to capa package it works fine, why not merge already?
Read more >
Welcome to IDA 7.6! - Hex Rays
IDA 7.6 adds official support for 3.9 (while still supporting previous 3.x versions and 2.7). Python 3.9.1 is also officially available for macOS...
Read more >
IDA 7.6 and PTC Integrity eclipse plugin - Forums - IBM Support
I have installed Integrity eclipse plug-in on my computer but I am not able to utilize all the functions of the plug-in from...
Read more >
IDA PRO – the state-of-the-art binary code analysis tool
Our beta testers reported that IDA 7.6 is “incredibly stable” and “way faster” on Apple Silicon. Debugging native arm64 processes is also supported...
Read more >
Edit (patch) a binary file in IDA Pro - Stack Overflow
Possibly edit: idagui.cfg: DISPLAY_PATCH_SUBMENU = YES. If the menu is not enabled, then use. Edit/Patch code/Change Byte.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found