https://github.com/williballenthin/idawilli
IDA Pro resources, scripts, and configurations
https://github.com/williballenthin/idawilli
Last synced: about 2 months ago
JSON representation
IDA Pro resources, scripts, and configurations
- Host: GitHub
- URL: https://github.com/williballenthin/idawilli
- Owner: williballenthin
- License: apache-2.0
- Created: 2016-12-14T02:23:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T09:50:54.000Z (about 2 months ago)
- Last Synced: 2026-01-12T18:48:21.489Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 21.8 MB
- Stars: 119
- Watchers: 8
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- License: LICENSE
Awesome Lists containing this project
- awesome-security-collection - **59**星
README
# 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.