структура EPROCESS

Тема в разделе "WASM.WIN32", создана пользователем 984259h, 15 июн 2010.

  1. 984259h

    984259h New Member

    Публикаций:
    0
    Регистрация:
    25 авг 2007
    Сообщения:
    194
    Есть ли у кого то структура EPROCESS на Win 7 ?
     
  2. wsd

    wsd New Member

    Публикаций:
    0
    Регистрация:
    8 авг 2007
    Сообщения:
    2.824
    984259h
    скачай pdb с сайта мс и в WinDbg посмотри.
    дело одной минуты и абсолютно точно.
    у меня нет
     
  3. TermoSINteZ

    TermoSINteZ Синоби даоса Команда форума

    Публикаций:
    2
    Регистрация:
    11 июн 2004
    Сообщения:
    3.552
    Адрес:
    Russia
    984259h
    Вам 32 бита? Пожалста:
    Код (Text):
    1. 0:000> dt _EPROCESS
    2. ntdll!_EPROCESS
    3.    +0x000 Pcb              : _KPROCESS
    4.    +0x098 ProcessLock      : _EX_PUSH_LOCK
    5.    +0x0a0 CreateTime       : _LARGE_INTEGER
    6.    +0x0a8 ExitTime         : _LARGE_INTEGER
    7.    +0x0b0 RundownProtect   : _EX_RUNDOWN_REF
    8.    +0x0b4 UniqueProcessId  : Ptr32 Void
    9.    +0x0b8 ActiveProcessLinks : _LIST_ENTRY
    10.    +0x0c0 ProcessQuotaUsage : [2] Uint4B
    11.    +0x0c8 ProcessQuotaPeak : [2] Uint4B
    12.    +0x0d0 CommitCharge     : Uint4B
    13.    +0x0d4 QuotaBlock       : Ptr32 _EPROCESS_QUOTA_BLOCK
    14.    +0x0d8 CpuQuotaBlock    : Ptr32 _PS_CPU_QUOTA_BLOCK
    15.    +0x0dc PeakVirtualSize  : Uint4B
    16.    +0x0e0 VirtualSize      : Uint4B
    17.    +0x0e4 SessionProcessLinks : _LIST_ENTRY
    18.    +0x0ec DebugPort        : Ptr32 Void
    19.    +0x0f0 ExceptionPortData : Ptr32 Void
    20.    +0x0f0 ExceptionPortValue : Uint4B
    21.    +0x0f0 ExceptionPortState : Pos 0, 3 Bits
    22.    +0x0f4 ObjectTable      : Ptr32 _HANDLE_TABLE
    23.    +0x0f8 Token            : _EX_FAST_REF
    24.    +0x0fc WorkingSetPage   : Uint4B
    25.    +0x100 AddressCreationLock : _EX_PUSH_LOCK
    26.    +0x104 RotateInProgress : Ptr32 _ETHREAD
    27.    +0x108 ForkInProgress   : Ptr32 _ETHREAD
    28.    +0x10c HardwareTrigger  : Uint4B
    29.    +0x110 PhysicalVadRoot  : Ptr32 _MM_AVL_TABLE
    30.    +0x114 CloneRoot        : Ptr32 Void
    31.    +0x118 NumberOfPrivatePages : Uint4B
    32.    +0x11c NumberOfLockedPages : Uint4B
    33.    +0x120 Win32Process     : Ptr32 Void
    34.    +0x124 Job              : Ptr32 _EJOB
    35.    +0x128 SectionObject    : Ptr32 Void
    36.    +0x12c SectionBaseAddress : Ptr32 Void
    37.    +0x130 Cookie           : Uint4B
    38.    +0x134 Spare8           : Uint4B
    39.    +0x138 WorkingSetWatch  : Ptr32 _PAGEFAULT_HISTORY
    40.    +0x13c Win32WindowStation : Ptr32 Void
    41.    +0x140 InheritedFromUniqueProcessId : Ptr32 Void
    42.    +0x144 LdtInformation   : Ptr32 Void
    43.    +0x148 VdmObjects       : Ptr32 Void
    44.    +0x14c ConsoleHostProcess : Uint4B
    45.    +0x150 DeviceMap        : Ptr32 Void
    46.    +0x154 EtwDataSource    : Ptr32 Void
    47.    +0x158 FreeTebHint      : Ptr32 Void
    48.    +0x160 PageDirectoryPte : _HARDWARE_PTE_X86
    49.    +0x160 Filler           : Uint8B
    50.    +0x168 Session          : Ptr32 Void
    51.    +0x16c ImageFileName    : [15] UChar
    52.    +0x17b PriorityClass    : UChar
    53.    +0x17c JobLinks         : _LIST_ENTRY
    54.    +0x184 LockedPagesList  : Ptr32 Void
    55.    +0x188 ThreadListHead   : _LIST_ENTRY
    56.    +0x190 SecurityPort     : Ptr32 Void
    57.    +0x194 PaeTop           : Ptr32 Void
    58.    +0x198 ActiveThreads    : Uint4B
    59.    +0x19c ImagePathHash    : Uint4B
    60.    +0x1a0 DefaultHardErrorProcessing : Uint4B
    61.    +0x1a4 LastThreadExitStatus : Int4B
    62.    +0x1a8 Peb              : Ptr32 _PEB
    63.    +0x1ac PrefetchTrace    : _EX_FAST_REF
    64.    +0x1b0 ReadOperationCount : _LARGE_INTEGER
    65.    +0x1b8 WriteOperationCount : _LARGE_INTEGER
    66.    +0x1c0 OtherOperationCount : _LARGE_INTEGER
    67.    +0x1c8 ReadTransferCount : _LARGE_INTEGER
    68.    +0x1d0 WriteTransferCount : _LARGE_INTEGER
    69.    +0x1d8 OtherTransferCount : _LARGE_INTEGER
    70.    +0x1e0 CommitChargeLimit : Uint4B
    71.    +0x1e4 CommitChargePeak : Uint4B
    72.    +0x1e8 AweInfo          : Ptr32 Void
    73.    +0x1ec SeAuditProcessCreationInfo : _SE_AUDIT_PROCESS_CREATION_INFO
    74.    +0x1f0 Vm               : _MMSUPPORT
    75.    +0x25c MmProcessLinks   : _LIST_ENTRY
    76.    +0x264 HighestUserAddress : Ptr32 Void
    77.    +0x268 ModifiedPageCount : Uint4B
    78.    +0x26c Flags2           : Uint4B
    79.    +0x26c JobNotReallyActive : Pos 0, 1 Bit
    80.    +0x26c AccountingFolded : Pos 1, 1 Bit
    81.    +0x26c NewProcessReported : Pos 2, 1 Bit
    82.    +0x26c ExitProcessReported : Pos 3, 1 Bit
    83.    +0x26c ReportCommitChanges : Pos 4, 1 Bit
    84.    +0x26c LastReportMemory : Pos 5, 1 Bit
    85.    +0x26c ReportPhysicalPageChanges : Pos 6, 1 Bit
    86.    +0x26c HandleTableRundown : Pos 7, 1 Bit
    87.    +0x26c NeedsHandleRundown : Pos 8, 1 Bit
    88.    +0x26c RefTraceEnabled  : Pos 9, 1 Bit
    89.    +0x26c NumaAware        : Pos 10, 1 Bit
    90.    +0x26c ProtectedProcess : Pos 11, 1 Bit
    91.    +0x26c DefaultPagePriority : Pos 12, 3 Bits
    92.    +0x26c PrimaryTokenFrozen : Pos 15, 1 Bit
    93.    +0x26c ProcessVerifierTarget : Pos 16, 1 Bit
    94.    +0x26c StackRandomizationDisabled : Pos 17, 1 Bit
    95.    +0x26c AffinityPermanent : Pos 18, 1 Bit
    96.    +0x26c AffinityUpdateEnable : Pos 19, 1 Bit
    97.    +0x26c PropagateNode    : Pos 20, 1 Bit
    98.    +0x26c ExplicitAffinity : Pos 21, 1 Bit
    99.    +0x270 Flags            : Uint4B
    100.    +0x270 CreateReported   : Pos 0, 1 Bit
    101.    +0x270 NoDebugInherit   : Pos 1, 1 Bit
    102.    +0x270 ProcessExiting   : Pos 2, 1 Bit
    103.    +0x270 ProcessDelete    : Pos 3, 1 Bit
    104.    +0x270 Wow64SplitPages  : Pos 4, 1 Bit
    105.    +0x270 VmDeleted        : Pos 5, 1 Bit
    106.    +0x270 OutswapEnabled   : Pos 6, 1 Bit
    107.    +0x270 Outswapped       : Pos 7, 1 Bit
    108.    +0x270 ForkFailed       : Pos 8, 1 Bit
    109.    +0x270 Wow64VaSpace4Gb  : Pos 9, 1 Bit
    110.    +0x270 AddressSpaceInitialized : Pos 10, 2 Bits
    111.    +0x270 SetTimerResolution : Pos 12, 1 Bit
    112.    +0x270 BreakOnTermination : Pos 13, 1 Bit
    113.    +0x270 DeprioritizeViews : Pos 14, 1 Bit
    114.    +0x270 WriteWatch       : Pos 15, 1 Bit
    115.    +0x270 ProcessInSession : Pos 16, 1 Bit
    116.    +0x270 OverrideAddressSpace : Pos 17, 1 Bit
    117.    +0x270 HasAddressSpace  : Pos 18, 1 Bit
    118.    +0x270 LaunchPrefetched : Pos 19, 1 Bit
    119.    +0x270 InjectInpageErrors : Pos 20, 1 Bit
    120.    +0x270 VmTopDown        : Pos 21, 1 Bit
    121.    +0x270 ImageNotifyDone  : Pos 22, 1 Bit
    122.    +0x270 PdeUpdateNeeded  : Pos 23, 1 Bit
    123.    +0x270 VdmAllowed       : Pos 24, 1 Bit
    124.    +0x270 CrossSessionCreate : Pos 25, 1 Bit
    125.    +0x270 ProcessInserted  : Pos 26, 1 Bit
    126.    +0x270 DefaultIoPriority : Pos 27, 3 Bits
    127.    +0x270 ProcessSelfDelete : Pos 30, 1 Bit
    128.    +0x270 SetTimerResolutionLink : Pos 31, 1 Bit
    129.    +0x274 ExitStatus       : Int4B
    130.    +0x278 VadRoot          : _MM_AVL_TABLE
    131.    +0x298 AlpcContext      : _ALPC_PROCESS_CONTEXT
    132.    +0x2a8 TimerResolutionLink : _LIST_ENTRY
    133.    +0x2b0 RequestedTimerResolution : Uint4B
    134.    +0x2b4 ActiveThreadsHighWatermark : Uint4B
    135.    +0x2b8 SmallestTimerResolution : Uint4B
    136.    +0x2bc TimerResolutionStackRecord : Ptr32 _PO_DIAG_STACK_RECORD
     
  4. 984259h

    984259h New Member

    Публикаций:
    0
    Регистрация:
    25 авг 2007
    Сообщения:
    194
    TermoSINteZ
    Огромное спасибо