Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

abyss - augmentation of Hexrays decompiler output

License

NotificationsYou must be signed in to change notification settings

patois/abyss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

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.

Example filters (incomplete list)

signed_ops.py

abyss signedops gif

token_colorizer.py

abyss func gif


[8]ページ先頭

©2009-2025 Movatter.jp