Package winappdbg :: Module win32 :: Class TEB
[hide private]
[frames] | no frames]

Class TEB


Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__

Inherited from object: __delattr__, __getattribute__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _pack_ = 1
  _fields_ = [('NtTib', <class 'winappdbg.win32.NT_TIB'>), ('Env...
  ActivationContextStackPointer = <Field type=c_void_p, ofs=424,...
  ActiveRpcHandle = <Field type=c_void_p, ofs=36, size=4>
  ActivityId = <Field type=GUID, ofs=4026, size=16>
  ClientId = <Field type=CLIENT_ID, ofs=28, size=8>
  CountOfOwnedCriticalSections = <Field type=c_ulong, ofs=52, si...
  CsrClientThread = <Field type=c_void_p, ofs=56, size=4>
  CurrentLocale = <Field type=c_ulong, ofs=192, size=4>
  DbgSsReserved = <Field type=c_void_p_Array_2, ofs=3978, size=8>
  DeallocationStack = <Field type=c_void_p, ofs=3702, size=4>
  EnvironmentPointer = <Field type=c_void_p, ofs=24, size=4>
  EtwLocalData = <Field type=c_void_p, ofs=4046, size=4>
  EtwTraceData = <Field type=c_void_p, ofs=4050, size=4>
  ExceptionCode = <Field type=c_ulong, ofs=420, size=4>
  FpSoftwareStatusRegister = <Field type=c_ulong, ofs=196, size=4>
  GdiBatchCount = <Field type=c_ulong, ofs=4058, size=4>
  GdiCachedProcessHandle = <Field type=c_void_p, ofs=1832, size=4>
  GdiClientPID = <Field type=c_ulong, ofs=1836, size=4>
  GdiClientTID = <Field type=c_ulong, ofs=1840, size=4>
  GdiTebBatch = <Field type=GDI_TEB_BATCH, ofs=576, size=1248>
  GdiThreadLocalInfo = <Field type=c_void_p, ofs=1844, size=4>
  GuaranteedStackBytes = <Field type=c_ulong, ofs=4066, size=4>
  HardErrorDisabled = <Field type=c_ulong, ofs=3986, size=4>
  IdealProcessor = <Field type=c_ubyte, ofs=4065, size=1>
  Instrumentation = <Field type=c_void_p_Array_9, ofs=3990, size...
  LastErrorValue = <Field type=c_ulong, ofs=48, size=4>
  LastStatusValue = <Field type=c_ulong, ofs=3168, size=4>
  NtTib = <Field type=NT_TIB, ofs=0, size=24>
  ProcessEnvironmentBlock = <Field type=c_void_p, ofs=44, size=4>
  RealClientId = <Field type=CLIENT_ID, ofs=1824, size=8>
  ReservedForNtRpc = <Field type=c_void_p, ofs=3974, size=4>
  ReservedForOle = <Field type=c_void_p, ofs=4074, size=4>
  ReservedForPerf = <Field type=c_void_p, ofs=4070, size=4>
  Spare1 = <Field type=c_void_p, ofs=416, size=4>
  SpareBool0 = <Field type=c_ubyte, ofs=4062, size=1>
  SpareBool1 = <Field type=c_ubyte, ofs=4063, size=1>
  SpareBool2 = <Field type=c_ubyte, ofs=4064, size=1>
  SpareBytes1 = <Field type=c_ulong_Array_36, ofs=428, size=144>
  StaticUnicodeBuffer = <Field type=c_wchar_Array_261, ofs=3180,...
  StaticUnicodeString = <Field type=UNICODE_STRING, ofs=3172, si...
  SubProcessTag = <Field type=c_void_p, ofs=4042, size=4>
  SystemReserved1 = <Field type=c_void_p_Array_54, ofs=200, size...
  ThreadLocalStoragePointer = <Field type=c_void_p, ofs=40, size=4>
  TlsLinks = <Field type=LIST_ENTRY, ofs=3962, size=8>
  TlsSlots = <Field type=c_void_p_Array_64, ofs=3706, size=256>
  TxFsContext = <Field type=c_ulong, ofs=572, size=4>
  User32Reserved = <Field type=c_ulong_Array_26, ofs=64, size=104>
  UserReserved = <Field type=c_ulong_Array_5, ofs=168, size=20>
  Vdm = <Field type=c_void_p, ofs=3970, size=4>
  WOW32Reserved = <Field type=c_void_p, ofs=188, size=4>
  WaitingOnLoaderLock = <Field type=c_ulong, ofs=4078, size=4>
  Win32ClientInfo = <Field type=c_void_p_Array_62, ofs=1848, siz...
  Win32ThreadInfo = <Field type=c_void_p, ofs=60, size=4>
  WinSockData = <Field type=c_void_p, ofs=4054, size=4>
  glContext = <Field type=c_void_p, ofs=3164, size=4>
  glCurrentRC = <Field type=c_void_p, ofs=3160, size=4>
  glDispatchTable = <Field type=c_void_p_Array_233, ofs=2096, si...
  glReserved1 = <Field type=c_ulong_Array_29, ofs=3028, size=116>
  glReserved2 = <Field type=c_void_p, ofs=3144, size=4>
  glSection = <Field type=c_void_p, ofs=3152, size=4>
  glSectionInfo = <Field type=c_void_p, ofs=3148, size=4>
  glTable = <Field type=c_void_p, ofs=3156, size=4>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

Value:
[('NtTib', <class 'winappdbg.win32.NT_TIB'>),
 ('EnvironmentPointer', <class 'ctypes.c_void_p'>),
 ('ClientId', <class 'winappdbg.win32.CLIENT_ID'>),
 ('ActiveRpcHandle', <class 'ctypes.c_void_p'>),
 ('ThreadLocalStoragePointer', <class 'ctypes.c_void_p'>),
 ('ProcessEnvironmentBlock', <class 'ctypes.c_void_p'>),
 ('LastErrorValue', <class 'ctypes.c_ulong'>),
 ('CountOfOwnedCriticalSections', <class 'ctypes.c_ulong'>),
...

ActivationContextStackPointer

Value:
<Field type=c_void_p, ofs=424, size=4>

CountOfOwnedCriticalSections

Value:
<Field type=c_ulong, ofs=52, size=4>

Instrumentation

Value:
<Field type=c_void_p_Array_9, ofs=3990, size=36>

StaticUnicodeBuffer

Value:
<Field type=c_wchar_Array_261, ofs=3180, size=522>

StaticUnicodeString

Value:
<Field type=UNICODE_STRING, ofs=3172, size=8>

SystemReserved1

Value:
<Field type=c_void_p_Array_54, ofs=200, size=216>

Win32ClientInfo

Value:
<Field type=c_void_p_Array_62, ofs=1848, size=248>

glDispatchTable

Value:
<Field type=c_void_p_Array_233, ofs=2096, size=932>