
Quick demo on using a VB GUI for IDA plugin 

plugin will just list all fx in binary index,
start/end address, length, and name.

When you click on a specific function, it will
display a hex dump of function bytes as well as
dump function asm to lower textbox

vcsample project modified from IDA 4.7SDK sample

put vcsample.plw and idavbplugin.dll in IDA plugin
directory.

regsvr32 idavbplugin.dll

start ida 

edit menu -> plugins -> vb sample plugin

 

