herosi / classinformer-ida8

IDA Class Informer plugin for IDA 8.x
133 stars 13 forks source link

Can you update it for IDA PRO 9.0? #4

Open maskelihileci opened 1 month ago

maskelihileci commented 1 month ago

image

rohitab commented 4 weeks ago

I have built the IDA Class Informer plugin for IDA 9.0 Beta. Here are the changes:

I will post the updated code to GitHub soon and/or submit a PR. Please note that there are still quite a few bugs from the original code, which I have not fixed yet.

IDA Class Informer 2.8 for IDA 9.0 Beta.zip

rohitab commented 3 weeks ago

I've updated Class Informer to 2.9. You can download binaries for IDA 9.0 and older versions from Releases.

Source code is available on https://github.com/rohitab/ClassInformer

0x6461726B commented 1 week ago

I've updated Class Informer to 2.9. You can download binaries for IDA 9.0 and older versions from Releases.

Source code is available on https://github.com/rohitab/ClassInformer

thank you for updating, i am wondering if its classinformers fault or issue with the update, but classinformer doesn't work when scanning a rebased (0x0) database. I have tested both rebased and non rebased same binary, and on non rebased it worked, on rebased 0 results.

rohitab commented 1 week ago

I am unable to reproduce your issue. I rebased two different binaries and ran Class Informer. In both cases, it worked as expected. Note that Class Informer scans segments using their start address and size, so rebasing the image should not make any difference. Do you see any indication of failure, like error messages in the output window?

0x6461726B commented 1 week ago

i apologize, the problem was i didn't try 2 different binaries, it works as expected it was the binary which had the issue