# idawilli IDA Pro configurations, scripts, and utilities ## components ### idawilli a python module that contains utilities for working with the idapython scripting interface. ### plugins ida pro plugins that you can install to your `%IDADIR%/plugins/` directory. these typically provide some long-running functionality, such as interface hints. ### scripts standalone ida pro scripts that can be run without installation. these typically collect, format, and display some data. usually these are not long-running. ### tests unit tests that demonstrate that idawilli actually works as advertised. ### themes ida pro configuration files that style the user interface.