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
IDA plugins can override the "hints" displayed to a user when they hover over an address. By default, this displays the first few lines of disassembly. We could override this behavior and provide a summary of the function's capabilities, via the capa rule matches.
IDA plugins can override the "hints" displayed to a user when they hover over an address. By default, this displays the first few lines of disassembly. We could override this behavior and provide a summary of the function's capabilities, via the capa rule matches.
Example of the implementation is here: https://github.com/williballenthin/idawilli/blob/master/plugins/dynamic_hints/dynamic_hints.py
The text was updated successfully, but these errors were encountered: