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

Class NT_TIB

source code


Instance Methods [hide private]
 
__get_FiberData(self) source code
 
__set_FiberData(self, value) source code
 
__get_Version(self) source code
 
__set_Version(self, value) source code

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _fields_ = [('ExceptionList', <class 'ctypes.c_void_p'>), ('St...
  ArbitraryUserPointer = <Field type=c_void_p, ofs=20, size=4>
  ExceptionList = <Field type=c_void_p, ofs=0, size=4>
  Self = <Field type=c_void_p, ofs=24, size=4>
  StackBase = <Field type=c_void_p, ofs=4, size=4>
  StackLimit = <Field type=c_void_p, ofs=8, size=4>
  SubSystemTib = <Field type=c_void_p, ofs=12, size=4>
  u = <Field type=_NT_TIB_UNION, ofs=16, size=4>
Properties [hide private]
  FiberData
  Version

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:
[('ExceptionList', <class 'ctypes.c_void_p'>),
 ('StackBase', <class 'ctypes.c_void_p'>),
 ('StackLimit', <class 'ctypes.c_void_p'>),
 ('SubSystemTib', <class 'ctypes.c_void_p'>),
 ('u', <class 'winappdbg.win32.peb_teb._NT_TIB_UNION'>),
 ('ArbitraryUserPointer', <class 'ctypes.c_void_p'>),
 ('Self', <class 'ctypes.c_void_p'>)]

Property Details [hide private]

FiberData

Get Method:
__get_FiberData(self)
Set Method:
__set_FiberData(self, value)

Version

Get Method:
__get_Version(self)
Set Method:
__set_Version(self, value)