quarkslab / quokka

Quokka: A Fast and Accurate Binary Exporter
https://quarkslab.github.io/quokka/
Apache License 2.0
166 stars 11 forks source link

Add support for older IDA versions (7.0 - 7.4). #15

Closed dominikbayerl closed 1 year ago

dominikbayerl commented 1 year ago

FWIW: This patch adds support for older IDA versions, such as the 7.4 release that I'm still using. I am not sure if this is particularly useful, but the changes are fairly simple.

Tested on Windows 10 (amd64, Build 19045.3086) and IDA Pro 7.4.

patacca commented 1 year ago

Thanks for the contribution! We don't have old versions of the IDA SDK so it was quite difficult to keep the compatibility with them. In any case with the current PR we should at least be compatible with IDA 7.3+ but for sure not with IDA 7.0 (there are several other problems with that). We were unable to test it with version 7.1 and 7.2.