Docs:
  README -- this file

Reader:
  dom0cut_x86_32.py -- extract dom0 image (for x86_32)
  dumpread.py -- dump read by address command line utility

Libs:
  debug_info.py -- parse 'readelf -wi' output for structure's member offset 
  PageTable.py -- pagetable class for dump file (x86_32 non-PAE)
  SymbolTable.py -- symbol table dictionary to analyse dump (parse 'nm -s' output)
  ElfCore.py -- ELF Core Format Reader
  XenCore.py -- Xen Core Format Reader/Writer
  CoreDump.py -- Core file base class
  Arch.py -- architecture information class
