python - How to use Idapython to add custom pop-up hints on operands in IDA Pro? -
in ida pro, default, operands destination addresses / jump targets, when mouse cursor hovers around it, pop-up box appear , give preview of instructions in destination program addresses.
i want same thing other operands, such registers want give contextual information in pop-up box analysis. example, in function, possible values register can take due earlier initialization etc. need pop box show textual information.
does idapython have allow me add 'hints' or such pop-up boxes? allow me replace or append existing pop-up boxes destination addresses?
the closest found ui_hooks (https://www.hex-rays.com/products/ida/support/idapython_docs/idaapi.ui_hooks-class.html) , (http://www.hexblog.com/?p=886). cannot find examples me on that. ideas, anyone?
Comments
Post a Comment