Bastard
-------
   * Disassembling huge files (sample: 3.5MB vdkb) takes about 2-3 minutes
     per MB, and is crash prone during the ENGINES part
   * String Analysis engine sometimes crashes the app 
   * Search functions are not really working -- esp for operands
   * Subroutine recognition engine is not really working
   * ApplyStructures has problems retrieving STRUCT_MEMBER from DB
   * Long strings are truncated when they exceed line length -- even
     when printed to a file
   * Names used as pointers are not in indirection bracket:.
      A1 88 E7 04 08                 mov     eax , eax_nl_msg_cat_cntr 
     should be
      A1 88 E7 04 08                 mov     eax , [eax_nl_msg_cat_cntr] 
   * Functions with a 0 or 1 length are never fixed
   * _start is not recognized as a function
   * Some sections get truncated -- their address records are getting
     deleted at some point in the disassembly process


EiC
---
   * Running more than 3 EXT_ENGINE scripts causes EiC to corrupt malloc's
     memory management equipment
   * following code acts weird on the command-line:
      ;> int x;
      ;> x = 16;
      ;> printf("x is %d\n", x);
     also, try just
      ;> printf("3 is %d\n", 3);


Typhoon
-------


Command Line Interface
----------------------

lgb
---
   * lgb is butt-ugly
   * Windows such as Names, Strings, etc sometimes print to next window opened


