IDA Integration: Work with IDA 7.0 (specifically 7.5+)
See original GitHub issueCurrently, the IDA pro integration only works as-is on versions of IDA v7.4 and below.
The most recent v7.5 deprecated the old API by default, and while it can be enabled, the IDAPython script and the pwndbg.ida
module makes use of the old API.
Since IDA v7.0 was released several years ago, it should be safe to deprecate support entirely for versions 6.x and lower.
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (3 by maintainers)
Top Results From Across the Web
IDA: What's new in 7.5 - Hex Rays
A tree-like folder view is available in many IDA standard views. You can create folders and move items between them. To start with,...
Read more >Interactive IDA Plugin List - GitHub Pages
This script will give you the list of ARM system instructions used in your IDA database. This is useful for locating specific low-level...
Read more >idatips - Twitter
Exists since IDA 7.5, after our conversation :) 1. 6. 42. idatips Retweeted ... GitHub - cseagle/blc: Integrate Ghidra's decompiler as an Ida...
Read more >BinDiff Manual - Zynamics
macOS: Notarized binaries/package compatible with macOS 11 "Big Sur" ... Ported BinDiff and BinExport plugins to IDA 7; Built on IDA SDK 7.2 ......
Read more >pwndbg - Bountysource
Currently, the IDA pro integration only works as-is on versions of IDA v7.4 and below. The most recent v7.5 deprecated the old API...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
On IDA Pro 7.5 *
@mahaloz I’d be fine & happy with using your code (and ofc giving you credits for that!) but I haven’t used IDA integration for a long time since I don’t have an official license and the free one I am using now is missing Python scripting capabilities.
If there’s a chance you or somebody else can contribute that, I’d love merging such PR.