The Wayback Machine - http://web.archive.org/web/20201031194345/https://github.com/patois/IDAPyHelper
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

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

About

IDAPyHelper is a script for the Interactive Disassembler that helps writing IDAPython scripts and plugins.

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.