Could someone provide a good link to documentation/material/examples for IDA Perl (a plugin to add Perl scripting and automation support to IDA Pro)? I see there is much documentation about Python and IDA Pro but for Perl it seems there is nothing. Or could someone suggest a Perl CPAN module that automate the IDA Pro debugger?
I am building a Web interface to monitor an embedded system. I have built a Perl script which runs remote commands and gathers output from that system. Now what I need is a Web interface which makes ...