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 = {2147483649: 'GuardPage', 2147483651: 'Breakp...
Variables Details [hide private]

EXCEPTION_CODE

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