// 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 http://surf.to/quine_ida
// 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.