mirror of
https://github.com/ufrisk/MemProcFS.git
synced 2026-06-20 01:57:23 +08:00
Version 5.8.4
This commit is contained in:
@@ -8,20 +8,20 @@ import java.io.Serializable;
|
||||
*/
|
||||
public class VmmMap_HandleEntry implements Serializable
|
||||
{
|
||||
private static final long serialVersionUID = 7952416272217348610L;
|
||||
public long vaObject;
|
||||
public int dwHandle;
|
||||
public int _dwGrantedAccess_iType;
|
||||
public long qwHandleCount;
|
||||
public long qwPointerCount;
|
||||
public long vaObjectCreateInfo;
|
||||
public long vaSecurityDescriptor;
|
||||
public String name;
|
||||
public int dwPID;
|
||||
public String tag;
|
||||
public String type;
|
||||
|
||||
public String toString() {
|
||||
return "VmmMap_HandleEntry:'" + name + "'";
|
||||
}
|
||||
private static final long serialVersionUID = 7952416272217348610L;
|
||||
public long vaObject;
|
||||
public int dwHandle;
|
||||
public int _dwGrantedAccess_iType;
|
||||
public long qwHandleCount;
|
||||
public long qwPointerCount;
|
||||
public long vaObjectCreateInfo;
|
||||
public long vaSecurityDescriptor;
|
||||
public String name;
|
||||
public int dwPID;
|
||||
public String tag;
|
||||
public String type;
|
||||
|
||||
public String toString() {
|
||||
return "VmmMap_HandleEntry:'" + name + "'";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user