Package Libs :: Module pelib
[hide private]
[frames] | no frames]

Module pelib

source code

(c) Immunity, Inc. 2004-2007

Immunity Inc. pelib

Proprietary CANVAS source code - use only under the license agreement specified in LICENSE.txt in your CANVAS distribution Copyright Immunity, Inc, 2002-2007 http://www.immunityinc.com/CANVAS/ for more information

Classes [hide private]
  PEError
  MZ
  ImageImportByName
  ImportDescriptor
  Directory
  ImageExportDirectory
  Section
  IMGhdr
  IMGOPThdr
  PE
  PElib
Functions [hide private]
 
hexdump(buf) source code
 
readStringFromFile(fd, offset) source code
 
usage(name) source code
Variables [hide private]
  __VERSION__ = '1.0'
  IMAGE_SIZEOF_FILE_HEADER = 20
  MZ_MAGIC = 23117
  PE_MAGIC = 17744
  IMAGE_NUMBEROF_DIRECTORY_ENTRIES = 16
  IMAGE_ORDINAL_FLAG = 2147483648
  __package__ = 'Libs'