пятница, 2 марта 2012 г.

w8 consumer preview _KPROCESS & _EPROCESS

Just to compare with dev preview

lkd> dt _KPROCESS
ntdll!_KPROCESS
   +0x000 Header           : _DISPATCHER_HEADER
   +0x010 ProfileListHead  : _LIST_ENTRY
   +0x018 DirectoryTableBase : Uint4B
   +0x01c LdtDescriptor    : _KGDTENTRY
   +0x024 Int21Descriptor  : _KIDTENTRY
   +0x02c ThreadListHead   : _LIST_ENTRY
   +0x034 ProcessLock      : Uint4B
   +0x038 Affinity         : _KAFFINITY_EX
   +0x044 ReadyListHead    : _LIST_ENTRY
   +0x04c SwapListEntry    : _SINGLE_LIST_ENTRY
   +0x050 ActiveProcessors : _KAFFINITY_EX
   +0x05c AutoAlignment    : Pos 0, 1 Bit
   +0x05c DisableBoost     : Pos 1, 1 Bit
   +0x05c DisableQuantum   : Pos 2, 1 Bit
   +0x05c AffinitySet      : Pos 3, 1 Bit
   +0x05c DeepFreeze       : Pos 4, 1 Bit
   +0x05c TimerVirtualization : Pos 5, 1 Bit
   +0x05c ActiveGroupsMask : Pos 6, 1 Bit
   +0x05c ReservedFlags    : Pos 7, 25 Bits
   +0x05c ProcessFlags     : Int4B
   +0x060 BasePriority     : Char
   +0x061 QuantumReset     : Char
   +0x062 Visited          : UChar
   +0x063 Flags            : _KEXECUTE_OPTIONS
   +0x064 ThreadSeed       : [1] Uint4B
   +0x068 IdealNode        : [1] Uint2B
   +0x06a IdealGlobalNode  : Uint2B
   +0x06c Spare1           : Uint2B
   +0x06e IopmOffset       : Uint2B
   +0x070 Spare2           : Uint4B
   +0x074 StackCount       : _KSTACK_COUNT
   +0x078 ProcessListEntry : _LIST_ENTRY
   +0x080 CycleTime        : Uint8B
   +0x088 ContextSwitches  : Uint8B
   +0x090 FreezeCount      : Uint4B
   +0x094 KernelTime       : Uint4B
   +0x098 UserTime         : Uint4B
   +0x09c VdmTrapcHandler  : Ptr32 Void

lkd> dt _EPROCESS
ntdll!_EPROCESS
   +0x000 Pcb              : _KPROCESS
   +0x0a0 ProcessLock      : _EX_PUSH_LOCK
   +0x0a8 CreateTime       : _LARGE_INTEGER
   +0x0b0 RundownProtect   : _EX_RUNDOWN_REF
   +0x0b4 UniqueProcessId  : Ptr32 Void
   +0x0b8 ActiveProcessLinks : _LIST_ENTRY
   +0x0c0 Flags2           : Uint4B
   +0x0c0 JobNotReallyActive : Pos 0, 1 Bit
   +0x0c0 AccountingFolded : Pos 1, 1 Bit
   +0x0c0 NewProcessReported : Pos 2, 1 Bit
   +0x0c0 ExitProcessReported : Pos 3, 1 Bit
   +0x0c0 ReportCommitChanges : Pos 4, 1 Bit
   +0x0c0 LastReportMemory : Pos 5, 1 Bit
   +0x0c0 NoWakeCharge     : Pos 6, 1 Bit
   +0x0c0 HandleTableRundown : Pos 7, 1 Bit
   +0x0c0 NeedsHandleRundown : Pos 8, 1 Bit
   +0x0c0 RefTraceEnabled  : Pos 9, 1 Bit
   +0x0c0 NumaAware        : Pos 10, 1 Bit
   +0x0c0 EmptyJobEvaluated : Pos 11, 1 Bit
   +0x0c0 DefaultPagePriority : Pos 12, 3 Bits
   +0x0c0 PrimaryTokenFrozen : Pos 15, 1 Bit
   +0x0c0 ProcessVerifierTarget : Pos 16, 1 Bit
   +0x0c0 StackRandomizationDisabled : Pos 17, 1 Bit
   +0x0c0 AffinityPermanent : Pos 18, 1 Bit
   +0x0c0 AffinityUpdateEnable : Pos 19, 1 Bit
   +0x0c0 PropagateNode    : Pos 20, 1 Bit
   +0x0c0 ExplicitAffinity : Pos 21, 1 Bit
   +0x0c0 ProcessExecutionState : Pos 22, 2 Bits
   +0x0c0 DisallowStrippedImages : Pos 24, 1 Bit
   +0x0c0 HighEntropyASLREnabled : Pos 25, 1 Bit
   +0x0c0 Spare            : Pos 26, 1 Bit
   +0x0c0 ForceRelocateImages : Pos 27, 1 Bit
   +0x0c0 ProcessStateChangeRequest : Pos 28, 2 Bits
   +0x0c0 ProcessStateChangeInProgress : Pos 30, 1 Bit
   +0x0c0 DisallowWin32kSystemCalls : Pos 31, 1 Bit
   +0x0c4 Flags            : Uint4B
   +0x0c4 CreateReported   : Pos 0, 1 Bit
   +0x0c4 NoDebugInherit   : Pos 1, 1 Bit
   +0x0c4 ProcessExiting   : Pos 2, 1 Bit
   +0x0c4 ProcessDelete    : Pos 3, 1 Bit
   +0x0c4 Wow64SplitPages  : Pos 4, 1 Bit
   +0x0c4 VmDeleted        : Pos 5, 1 Bit
   +0x0c4 OutswapEnabled   : Pos 6, 1 Bit
   +0x0c4 Outswapped       : Pos 7, 1 Bit
   +0x0c4 ForkFailed       : Pos 8, 1 Bit
   +0x0c4 Wow64VaSpace4Gb  : Pos 9, 1 Bit
   +0x0c4 AddressSpaceInitialized : Pos 10, 2 Bits
   +0x0c4 SetTimerResolution : Pos 12, 1 Bit
   +0x0c4 BreakOnTermination : Pos 13, 1 Bit
   +0x0c4 DeprioritizeViews : Pos 14, 1 Bit
   +0x0c4 WriteWatch       : Pos 15, 1 Bit
   +0x0c4 ProcessInSession : Pos 16, 1 Bit
   +0x0c4 OverrideAddressSpace : Pos 17, 1 Bit
   +0x0c4 HasAddressSpace  : Pos 18, 1 Bit
   +0x0c4 LaunchPrefetched : Pos 19, 1 Bit
   +0x0c4 Background       : Pos 20, 1 Bit
   +0x0c4 VmTopDown        : Pos 21, 1 Bit
   +0x0c4 ImageNotifyDone  : Pos 22, 1 Bit
   +0x0c4 PdeUpdateNeeded  : Pos 23, 1 Bit
   +0x0c4 VdmAllowed       : Pos 24, 1 Bit
   +0x0c4 CrossSessionCreate : Pos 25, 1 Bit
   +0x0c4 ProcessInserted  : Pos 26, 1 Bit
   +0x0c4 DefaultIoPriority : Pos 27, 3 Bits
   +0x0c4 ProcessSelfDelete : Pos 30, 1 Bit
   +0x0c4 SetTimerResolutionLink : Pos 31, 1 Bit
   +0x0c8 ProcessQuotaUsage : [2] Uint4B
   +0x0d0 ProcessQuotaPeak : [2] Uint4B
   +0x0d8 PeakVirtualSize  : Uint4B
   +0x0dc VirtualSize      : Uint4B
   +0x0e0 SessionProcessLinks : _LIST_ENTRY
   +0x0e8 ExceptionPortData : Ptr32 Void
   +0x0e8 ExceptionPortValue : Uint4B
   +0x0e8 ExceptionPortState : Pos 0, 3 Bits
   +0x0ec Token            : _EX_FAST_REF
   +0x0f0 WorkingSetPage   : Uint4B
   +0x0f4 AddressCreationLock : _EX_PUSH_LOCK
   +0x0f8 RotateInProgress : Ptr32 _ETHREAD
   +0x0fc ForkInProgress   : Ptr32 _ETHREAD
   +0x100 HardwareTrigger  : Uint4B
   +0x104 CommitChargeJob  : Ptr32 _EJOB
   +0x108 CloneRoot        : Ptr32 _MM_AVL_TABLE
   +0x10c NumberOfPrivatePages : Uint4B
   +0x110 NumberOfLockedPages : Uint4B
   +0x114 Win32Process     : Ptr32 Void
   +0x118 Job              : Ptr32 _EJOB
   +0x11c SectionObject    : Ptr32 Void
   +0x120 SectionBaseAddress : Ptr32 Void
   +0x124 Cookie           : Uint4B
   +0x128 VdmObjects       : Ptr32 Void
   +0x12c WorkingSetWatch  : Ptr32 _PAGEFAULT_HISTORY
   +0x130 Win32WindowStation : Ptr32 Void
   +0x134 InheritedFromUniqueProcessId : Ptr32 Void
   +0x138 LdtInformation   : Ptr32 Void
   +0x13c CreatorProcess   : Ptr32 _EPROCESS
   +0x13c ConsoleHostProcess : Uint4B
   +0x140 Peb              : Ptr32 _PEB
   +0x144 Session          : Ptr32 Void
   +0x148 AweInfo          : Ptr32 Void
   +0x14c QuotaBlock       : Ptr32 _EPROCESS_QUOTA_BLOCK
   +0x150 ObjectTable      : Ptr32 _HANDLE_TABLE
   +0x154 DebugPort        : Ptr32 Void
   +0x158 PaeTop           : Ptr32 Void
   +0x15c DeviceMap        : Ptr32 Void
   +0x160 EtwDataSource    : Ptr32 Void
   +0x168 PageDirectoryPte : _HARDWARE_PTE_X86
   +0x168 Filler           : Uint8B
   +0x170 ImageFileName    : [15] UChar
   +0x17f PriorityClass    : UChar
   +0x180 SecurityPort     : Ptr32 Void
   +0x184 SeAuditProcessCreationInfo : _SE_AUDIT_PROCESS_CREATION_INFO
   +0x188 JobLinks         : _LIST_ENTRY
   +0x190 HighestUserAddress : Ptr32 Void
   +0x194 ThreadListHead   : _LIST_ENTRY
   +0x19c ActiveThreads    : Uint4B
   +0x1a0 ImagePathHash    : Uint4B
   +0x1a4 DefaultHardErrorProcessing : Uint4B
   +0x1a8 LastThreadExitStatus : Int4B
   +0x1ac PrefetchTrace    : _EX_FAST_REF
   +0x1b0 LockedPagesList  : Ptr32 _MM_AVL_TABLE
   +0x1b8 ReadOperationCount : _LARGE_INTEGER
   +0x1c0 WriteOperationCount : _LARGE_INTEGER
   +0x1c8 OtherOperationCount : _LARGE_INTEGER
   +0x1d0 ReadTransferCount : _LARGE_INTEGER
   +0x1d8 WriteTransferCount : _LARGE_INTEGER
   +0x1e0 OtherTransferCount : _LARGE_INTEGER
   +0x1e8 CommitChargeLimit : Uint4B
   +0x1ec CommitCharge     : Uint4B
   +0x1f0 CommitChargePeak : Uint4B
   +0x1f4 Vm               : _MMSUPPORT
   +0x264 MmProcessLinks   : _LIST_ENTRY
   +0x26c ModifiedPageCount : Uint4B
   +0x270 ExitStatus       : Int4B
   +0x274 VadRoot          : _MM_AVL_TABLE
   +0x28c VadPhysicalPages : Uint4B
   +0x290 VadPhysicalPagesLimit : Uint4B
   +0x294 AlpcContext      : _ALPC_PROCESS_CONTEXT
   +0x2a4 TimerResolutionLink : _LIST_ENTRY
   +0x2ac TimerResolutionStackRecord : Ptr32 _PO_DIAG_STACK_RECORD
   +0x2b0 RequestedTimerResolution : Uint4B
   +0x2b4 SmallestTimerResolution : Uint4B
   +0x2b8 ExitTime         : _LARGE_INTEGER
   +0x2c0 ActiveThreadsHighWatermark : Uint4B
   +0x2c4 LargePrivateVadCount : Uint4B
   +0x2c8 WnfContext       : Ptr32 Void
   +0x2cc SectionMappingSize : Uint4B
   +0x2d0 SignatureLevel   : UChar
   +0x2d1 SectionSignatureLevel : UChar
   +0x2d2 SpareByte20      : [2] UChar
   +0x2d4 KeepAliveCounter : Uint4B
   +0x2d8 DiskCounters     : Ptr32 _PROCESS_DISK_COUNTERS
   +0x2e0 LastFreezeInterruptTime : Uint8B

1 комментарий:

  1. весна ....
    мертвые ветви дают побеги
    и даже я - побрился

    PS: на воскрешение блога

    ОтветитьУдалить