views:

88

answers:

1
+1  Q: 

Perl AND IDA PRO

Could someone provide a good link of documenation/material/examples of IDAPERL (a plugin to add perl scripting and automation support to IDA PRO ) i see there are many documentation about python and idapro but for perl it seems nothing . or could someone suggest a perl cpan module that automate the IDA PRO Degguber (http://www.hex-rays.com/idapro/ )

A: 

The idaapi parts of IdaPython is built with SWIG, so if you wanted you could use the SWIG definitions from IdaPython. This would not get you the idc wrappers, as those are implemented in Python.

Ross Kinder