-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Categorize with OS Support #3
Comments
That would definitely be helpful. I suppose I could go through them one afternoon and see whether they are cross-platform, but I'm not testing each. I'm also assuming that for the most part IDA Python plugins are cross-platform unless they're using the win32api. Any help with this would be appreciated. |
Also it would be super helpful to give them an "supports IDA 7.x", "require IDA 7.x" or "requires IDA < 7.0" tag while you are at it (which would save time :) ) thanks for the list by the way, I appreciate the effort. |
I completely agree with you. Unfortunately the majority of plugins aren't exactly well maintained and I assume that most of the older Python based plugins wont run on 7. The whole reorganization has been sitting in the queue for a long time, I suppose I can start chipping away at it this weekend a few at a time. |
Instead of trying to keep track of compatibility (especially since compatibility with 7.0 doesn't guarantee compatibility with 7.1 and vice versa), what about adding in the date of the last update to the plugin? That should make it obvious when plugins have been abandoned as well as showing which ones are more likely to still be maintained. Although that info could be embedded into the current format, I think it might be clearer as a table. Something like this:
What do you think? If you like the idea, I'm willing to do the grunt work to add the info and reorganize the page in this way. |
That would be fantastic! |
Sweet! I've started working on it on my fork. I'll get it done some time in the next couple weeks and submit a PR. While I'm at it, I'll make corrections/updates to the entries as needed. |
It'd be helpful if these were categorized by what OS the plugin supports. For instance, a majority of these are compiled for Windows. Only a few are compiled for Linux (or support compilation for it). Even fewer support OS X.
The text was updated successfully, but these errors were encountered: