// IDB to PAT v1.0
// Plugin module for IDA Pro v4.30/IDASDK430
// J.C. Roberts <mercury@abac.com>
//
//
// * LICENSE/: Freeware / Public domain :-)
//
// * The CCITT CRC 16 code written by Ilfak Guilfanov (ig@datarescue.be> and
// provided in the FLAIR Utilities v4.21 package. You will need the
// "CRC16.CPP" file from this package in order to complile. Also portions
// of the plugin originated from the MS VC++ skeleton provided with the
// IDA Pro SDK v4.30.
//
// * Portions were originally written by Quine (quine@blacksun.res.cmu.edu)
// in his IDV_2_SIG plugin. Quine's IDA Page at c93K9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4y4#2M7X3k6Q4x3X3g2@1L8#2)9J5c8Y4q4#2K9h3&6W2i4K6g2X3K9h3c8S2
// I've tried to reach him at above address regarding the license of his
// code but emails to that address bounce. As far as I know it was
// licensed as freeware but if I'm wrong I would like Quine to contact me.
//
// * See the "readme.txt" for further information.