Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patois/idapyhelper
IDAPyHelper is a script for the Interactive Disassembler that helps writing IDAPython scripts and plugins.
https://github.com/patois/idapyhelper
development helper ida-pro idapython idapython-script
Last synced: 3 months ago
JSON representation
IDAPyHelper is a script for the Interactive Disassembler that helps writing IDAPython scripts and plugins.
- Host: GitHub
- URL: https://github.com/patois/idapyhelper
- Owner: patois
- Created: 2019-06-26T21:42:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T21:00:44.000Z (about 2 years ago)
- Last Synced: 2024-02-12T15:19:16.610Z (9 months ago)
- Topics: development, helper, ida-pro, idapython, idapython-script
- Language: Python
- Homepage:
- Size: 223 KB
- Stars: 163
- Watchers: 12
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IDAPyHelper
IDAPyHelper is a script for the Interactive Disassembler that helps writing IDAPython scripts and plugins.
It does so by acquiring all names accessible via IDAPython and makes them available in a browsable list that can be sorted, scanned (Alt-T) and filtered (Ctrl-F) arbitrarily. Double clicking a list entry opens a separate view that displays the entry's docstring, if available. Pressing Alt-E opens the entire module for viewing.
This IDAPython project is compatible with Python3. For compatibility with older versions of IDA, you may want to check out the Python2 branch of this project.
![IDAPyHelper animated gif](/rsrc/pyhelper.gif?raw=true)