View Single Post
  #1  
Old 11-23-2016, 23:04
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
[IDA Plugins]FRIEND: Flexible Register/Instruction Extender aNd Documentation

FRIEND (__F__lexible __R__egister/__I__nstruction __E__xtender a__N__d __D__ocumentation)

Features
FRIEND is an IDA plugin created to improve disassembly and bring register/instruction documentation right into IDA View.
1. Improved processor modules using third party libraries (like Capstone)
https://raw.githubusercontent.com/alexhude/FRIEND/master/Resources/screenshots/Capstone.png
2. Hints for instructions and registers in IDA View
https://raw.githubusercontent.com/alexhude/FRIEND/master/Resources/screenshots/BCC.png
3. Ability to show external reference for highlighted item in a browser
https://raw.githubusercontent.com/alexhude/FRIEND/master/Resources/screenshots/ShowDoc.png
4. Ability to pick only elements you are interested in
https://raw.githubusercontent.com/alexhude/FRIEND/master/Resources/screenshots/Settings.png

PHP Code:
https://github.com/alexhude/FRIEND 
Reply With Quote