---------------------------------------------------------------------------
ordinal imports/exports resolver plugin for ida pro by servil
version 0.980 beta 10/2008
supported ida versions: 4.90 and above till SDK API change
---------------------------------------------------------------------------

resolve names of ordinal imports or exports for pe-module if sigfile not
available. requierd: omf/coff impdef library or dll executable + for imports
resolving original input file too.
note: this plugin only can work if `create import section` is enabled on
loader dialog.

installation: copy .plw into ida plugs dir

to enable ordinal exports resolving add following lines into plugs.cfg:

  Ordinal_exports_resolver      impbyord      0     2
  Ordinal_imports_resolver      impbyord      0     0

for diagnosing plugin problems or crashes, debug information is enclosed within
package. ida has to be shutdown first, plugin must be unpacked then
(upx -d impbyord.plw) and impbyord.pdb file must be copied into ida plugs dir
before restarting ida and reproduciong the problem.

known bugs and limitations:
shure ;)
parsing gnu style import libraries not supported atm.

servil
