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

Module libevent

source code

(c) Immunity, Inc. 2004-2007

Immunity Inc.

Classes [hide private]
  Event
  CreateProcessEvent
  CreateThreadEvent
  ExceptionRecord
  ExceptionEvent
  ExitProcessEvent
  ExitThreadEvent
  LoadDLLEvent
  OutputDebugEvent
  RIPEvent
  UnloadDLLEvent

Variables [hide private]
  __VERSION__ = '1.0'
  EXCEPTION_CODE = {3221225725L: 'StackOverflow', 2147483649L: 'GuardPa...

Variables Details [hide private]

__VERSION__

None
Value:
'1.0'                                                                  
      

EXCEPTION_CODE

None
Value:
{2147483649L: 'GuardPage',
 2147483651L: 'Breakpoint',
 2147483652L: 'SingleStep',
 3221225477L: 'AccessViolation',
 3221225501L: 'IllegalInstruction',
 3221225509L: 'NonContinuableException',
 3221225612L: 'ArrayBoundsExceeded',
 3221225613L: 'FltDenormalOperand',
...