You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy abyss.py and abyss_filters to IDA plugins directory
Usage
Right-click within a decompiler view, pick a filterfrom the abyss context menu.
Per-filter default settings can be changed by editingthe config file: "%APPDATA%/Hex-Rays/IDA Pro/cfg/abyss.cfg"
Disclaimer
Experimental/WIP code, use at your own risk :)
Developers
Create a fresh Python module within "abyss_filters", make sureto inherit from the abyss_filter_t class (see abyss.py).
Re-running the plugin from the plugins menu or by pressingthe Ctrl-Alt-R keycombo reloads all filters dynamically.This allows for development of filters without having torestart IDA.