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

Class RTL_USER_PROCESS_PARAMETERS

source code


Instance Methods [hide private]

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_ = [('Reserved1', <class 'winappdbg.win32.peb_teb.c_ub...
  CommandLine = <Field type=UNICODE_STRING, ofs=64, size=8>
  Environment = <Field type=c_void_p, ofs=72, size=4>
  ImagePathName = <Field type=UNICODE_STRING, ofs=56, size=8>
  Reserved1 = <Field type=c_ubyte_Array_16, ofs=0, size=16>
  Reserved2 = <Field type=c_void_p_Array_10, ofs=16, size=40>
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:
[('Reserved1', <class 'winappdbg.win32.peb_teb.c_ubyte_Array_16'>),
 ('Reserved2', <class 'winappdbg.win32.peb_teb.c_void_p_Array_10'>),
 ('ImagePathName', <class 'winappdbg.win32.defines.UNICODE_STRING'>),
 ('CommandLine', <class 'winappdbg.win32.defines.UNICODE_STRING'>),
 ('Environment', <class 'ctypes.c_void_p'>)]