Package vmm.entry

Class VmmMap_HandleEntry

java.lang.Object
vmm.entry.VmmMap_HandleEntry
All Implemented Interfaces:
Serializable

public class VmmMap_HandleEntry extends Object implements Serializable
Author:
Ulf Frisk - pcileech@frizk.net
See Also:
  • Field Details

    • vaObject

      public long vaObject
    • dwHandle

      public int dwHandle
    • _dwGrantedAccess_iType

      public int _dwGrantedAccess_iType
    • qwHandleCount

      public long qwHandleCount
    • qwPointerCount

      public long qwPointerCount
    • vaObjectCreateInfo

      public long vaObjectCreateInfo
    • vaSecurityDescriptor

      public long vaSecurityDescriptor
    • name

      public String name
    • dwPID

      public int dwPID
    • tag

      public String tag
    • type

      public String type
  • Constructor Details

    • VmmMap_HandleEntry

      public VmmMap_HandleEntry()
  • Method Details