View Single Post
  #1  
Old 12-13-2016, 22:28
sh3dow sh3dow is offline
Family
 
Join Date: Oct 2014
Posts: 158
Rept. Given: 113
Rept. Rcvd 79 Times in 24 Posts
Thanks Given: 458
Thanks Rcvd at 202 Times in 75 Posts
sh3dow Reputation: 79
hint_calls.py: IDA plugin to show a function's summary (calls,strings) as hover hints

IDA plugin to display the calls and strings referenced by a function as hints.
Installation: put this file in your %IDADIR%/plugins/ directory.
Author: Willi Ballenthin
---------
this plugin is very useful especially for malware analysis

screenshots
https://cloud.githubusercontent.com/assets/156560/21104918/4d5f6b0c-c056-11e6-901d-85afa7f0154e.PNG
https://cloud.githubusercontent.com/assets/156560/21104922/518fe990-c056-11e6-89d5-d34d23286310.PNG

code
PHP Code:
https://gist.github.com/williballenthin/eeea2093888e8d4004ec06b5a1dede1e 
Reply With Quote
The Following 3 Users Say Thank You to sh3dow For This Useful Post:
niculaita (12-13-2016), Stingered (01-02-2018)