kweatherman / sigmakerex

Enhanced IDA Pro signature generator plugin.
MIT License
328 stars 47 forks source link

ida 9.x support #12

Open MeguminSama opened 2 months ago

MeguminSama commented 2 months ago

inf.min_ea and inf.max_ea were replaced with inf_get_min_ea() and inf_get_max_ea() respectively.

MeguminSama commented 2 months ago

This is most likely a breaking change with older versions of IDA, so it'd probably need to be made clear if a release is made.

kweatherman commented 2 months ago

Okay, I see where it comes from. They exposed the beta version Thanks for doing the work already.

I normally just update to what ever the latest release is as they come out. I will think and at how to handle this. Either have to have multiple versions, or if possible load different versions of functions dynamically, or just wait until IDA 9 is officially released.