-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add issue template for IDA plugins && support automate package creation #996
Comments
You can use the IDAUSR https://hex-rays.com/blog/igors-tip-of-the-week-33-idas folder for partial configs and plugin folder merging without needing to put them in the IDA directory. Works for python and binary plugins My personal plugins and configs https://github.com/stevemk14ebr/RETools/tree/master/IdaScripts This could end up being a lot, I'd recommend a pretty minimal default set if any are default at all. |
This is how we are doing it already (for the only plugin we have: capa plugin) 😉 |
There has been some discussions in #719 about what the default should be. |
I am adding a helper function in #1013 that downloads a single file to the plugins directory. This seems to be how most plugins distributed as a DLL are installed. The following Python plugins can also be installed in this way: I have checked several IDA plugins and the other common case seems to be copying a folder to the plugins directory (normally downloaded from GH in a ZIP). Plugins that can be installed in this way:
I suggest extending the helper to support this second case after #1013 has been merged and create a new issue template for automation for both cases and that allow to provide installation details for the rest. After that we can trigger automation to generate the packages mentioned above! |
https://github.com/gaasedelen/tenet doesn't work with Python 3.10: gaasedelen/tenet#15 (comment) which means we can't add it until the bug is fixed. |
Details
Introduce a new helper for IDA plugins and an issue template so that we can create packages that install ida plugins automatically.
Split #719 using the new template
The text was updated successfully, but these errors were encountered: