Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williballenthin/idawilli
IDA Pro resources, scripts, and configurations
https://github.com/williballenthin/idawilli
Last synced: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T11:58:46.000Z (9 months ago)
- Last Synced: 2024-10-16T07:48:55.604Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 420 KB
- Stars: 111
- Watchers: 12
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- 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.