GithubHelp home page GithubHelp logo

Ida 5.x/6.x support about retdec-idaplugin HOT 4 CLOSED

avast avatar avast commented on September 25, 2024
Ida 5.x/6.x support

from retdec-idaplugin.

Comments (4)

s3rvac avatar s3rvac commented on September 25, 2024

@PeterMatula What do you think about this?

from retdec-idaplugin.

PeterMatula avatar PeterMatula commented on September 25, 2024

Well, it could be done, but the answer to Any reason not to create a bunch of macros is:

  • a bunch of macros
  • a big conditional compilation blob

@ladislav-zezula have some IDA plugins like this, but when he suggested I could do the same, I said: HELL NO. I'm afraid of increased code complexity, i.e. more time and trouble of moving forward. Also, more trouble with potential issues - we don't even currently have IDA 5.x/6.x to reproduce problems when they occur.

All of this could be dealt with of course, but I think the biggest question is how widespread the IDA 6.x usage is nowadays - i.e. is it even worth it? I don't know.

Soft NO for me at the moment.

from retdec-idaplugin.

ladislav-zezula avatar ladislav-zezula commented on September 25, 2024

Most problematic for maintaining backward compatibility in IDA is that Hex-Rays doesn't really keep the API backward compatible. API names change, API parameters change, also the layout of the structures change.

Basically the only way to deal with it is to create a wrapper module for each IDA version with API incompatible with the other versions. I've been maintaining a debugger plugin for IDA 6.60 to 7.03 and it's a pain in the butt.

from retdec-idaplugin.

PeterMatula avatar PeterMatula commented on September 25, 2024

This is no longer possible, the new plugin version 1.0 will require IDA SDK 7.5.

from retdec-idaplugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.